diff --git a/web/Gemfile.lock b/web/Gemfile.lock index 5278195..9205907 100644 --- a/web/Gemfile.lock +++ b/web/Gemfile.lock @@ -1,16 +1,17 @@ GEM remote: http://rubygems.org/ specs: - activesupport (5.0.0) + activesupport (5.2.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.6) daemons (1.2.3) hash-deep-merge (0.1.1) - i18n (0.7.0) - minitest (5.9.0) + i18n (1.8.2) + concurrent-ruby (~> 1.0) + minitest (5.14.1) multi_json (1.12.1) power_assert (0.3.0) rack (2.0.1) @@ -20,8 +21,8 @@ GEM sqlite3 (1.3.11) test-unit (3.2.1) power_assert - thread_safe (0.3.5) - tzinfo (1.2.2) + thread_safe (0.3.6) + tzinfo (1.2.7) thread_safe (~> 0.1) PLATFORMS