Skip to content

Commit

Permalink
Merge pull request #82 from Shopify/dependabot/bundler/bundler-8bb1f6…
Browse files Browse the repository at this point in the history
…9944

Update activesupport requirement from ~> 7.1.3 to ~> 6.1.7 in the bundler group across 1 directory
  • Loading branch information
swalkinshaw authored May 1, 2024
2 parents 160fc3c + 32031aa commit 04afa8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion graphql_metrics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 04afa8e

Please sign in to comment.