diff --git a/Gemfile.lock b/Gemfile.lock index 83c1bcc..b567d8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,8 @@ GEM remote: https://rubygems.org/ specs: - activemodel (6.1.4.1) - activesupport (= 6.1.4.1) - activerecord (6.1.4.1) - activemodel (= 6.1.4.1) - activesupport (= 6.1.4.1) - activesupport (6.1.4.1) + activerecord (3.2.14) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -20,7 +16,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.2) daemons (1.4.1) et-orbi (1.2.6) tzinfo @@ -61,13 +57,13 @@ GEM os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) httpclient (2.8.3) - i18n (1.8.11) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.1) jwt (2.3.0) memoist (0.16.2) method_source (1.0.0) - minitest (5.14.4) + minitest (5.18.0) multi_json (1.15.0) multipart-post (2.1.1) mustermann (1.1.1) @@ -125,11 +121,11 @@ GEM rack (>= 1, < 3) thor (1.1.0) tilt (2.0.10) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) tzinfo-data (1.2021.5) tzinfo (>= 1.0.0) - zeitwerk (2.5.1) + zeitwerk (2.6.7) PLATFORMS x86_64-linux