diff --git a/Gemfile.lock b/Gemfile.lock index b4f74be..052c120 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,11 +8,12 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.1.7) + activesupport (6.1.7.5) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) base64 (0.2.0) byebug (11.1.3) coderay (1.1.3) @@ -44,15 +45,16 @@ GEM rake (13.1.0) redis (4.8.1) ruby2_keywords (0.0.5) - thread_safe (0.3.6) - tzinfo (1.2.11) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.13) PLATFORMS arm64-darwin-23 + x86_64-linux DEPENDENCIES - activesupport (~> 5.1.5) + activesupport (~> 6.1.7) diffy fakeredis graphql-batch diff --git a/graphql_metrics.gemspec b/graphql_metrics.gemspec index 2787c24..30cadfc 100644 --- a/graphql_metrics.gemspec +++ b/graphql_metrics.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rake", "~> 13.2" spec.add_development_dependency "minitest", "~> 5.0" spec.add_development_dependency 'graphql-batch' - spec.add_development_dependency "activesupport", "~> 7.1.3" + spec.add_development_dependency "activesupport", "~> 6.1.7" spec.add_development_dependency "pry" spec.add_development_dependency "pry-byebug" spec.add_development_dependency "mocha"