diff --git a/Gemfile b/Gemfile index 498c558..f43bf94 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.0.6', require: false gem 'fast_jsonapi', '~> 1.5' gem 'pry', '~> 0.13.0' diff --git a/Gemfile.lock b/Gemfile.lock index 482eafb..4d837fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.2) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -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.0) 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.17.0) nio4r (2.5.2) oj (3.10.8) ougai (1.8.5) @@ -113,15 +113,15 @@ GEM bcrypt (>= 3.1, < 4.0) sequel (>= 4.1.0, < 6.0) thread_safe (0.3.6) - tzinfo (1.2.7) + tzinfo (1.2.11) thread_safe (~> 0.1) - zeitwerk (2.3.1) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0.0) + activesupport (~> 6.0.6) amazing_print bcrypt (~> 3.1.0) bunny (~> 2.15.0)