From b3c816a1aa0f2e2e31269e0b2c819a0b797417cd Mon Sep 17 00:00:00 2001 From: echarp Date: Fri, 3 Apr 2020 14:43:21 +0200 Subject: [PATCH] Bundle update --- Gemfile.lock | 4 ++-- test/models/region_test.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19fef3cb..3fcbe347 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/test/models/region_test.rb b/test/models/region_test.rb index 95e33fce..63dfaa94 100644 --- a/test/models/region_test.rb +++ b/test/models/region_test.rb @@ -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