Bundle update

This commit is contained in:
echarp 2020-04-03 14:43:21 +02:00
parent 156eae200b
commit b3c816a1aa
2 changed files with 3 additions and 3 deletions

View File

@ -303,7 +303,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (4.0.3)
puma (4.3.2)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.2.2)
rack-livereload (0.3.17)
@ -541,4 +541,4 @@ DEPENDENCIES
web-console
BUNDLED WITH
1.17.3
2.1.4

View File

@ -12,6 +12,6 @@ class RegionTest < ActiveSupport::TestCase
end
test 'check other timezone is local timezone' do
assert_equal 'CET', regions(:region_other).tzid
assert_equal 'CEST', regions(:region_other).tzid
end
end