diff --git a/Gemfile b/Gemfile index 498c558..7f7a2b3 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'sequel_secure_password', '~> 0.2.0' gem 'dry-initializer', '~> 3.0.3' gem 'dry-validation', '~> 1.5.0' -gem 'activesupport', '~> 6.0.0', require: false +gem 'activesupport', '~> 6.1.7', require: false gem 'fast_jsonapi', '~> 1.5' gem 'pry', '~> 0.13.0' diff --git a/Gemfile.lock b/Gemfile.lock index 482eafb..b8c23a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.2) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) amazing_print (1.2.1) amq-protocol (2.3.2) bcrypt (3.1.13) @@ -14,7 +14,7 @@ GEM amq-protocol (~> 2.3, >= 2.3.1) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.6) + concurrent-ruby (1.2.2) config (2.2.1) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) @@ -69,7 +69,7 @@ GEM concurrent-ruby (~> 1.0) jwt (2.2.1) method_source (1.0.0) - minitest (5.14.1) + minitest (5.18.0) nio4r (2.5.2) oj (3.10.8) ougai (1.8.5) @@ -112,16 +112,15 @@ GEM sequel_secure_password (0.2.15) bcrypt (>= 3.1, < 4.0) sequel (>= 4.1.0, < 6.0) - thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) - zeitwerk (2.3.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.7) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0.0) + activesupport (~> 6.1.7) amazing_print bcrypt (~> 3.1.0) bunny (~> 2.15.0)