Skip to content

Commit

Permalink
Merge pull request #37 from Shopify/dependabot/bundler/bundler-660895…
Browse files Browse the repository at this point in the history
…5a40

Update rake requirement from ~> 10.0 to ~> 13.2 in the bundler group across 1 directory
  • Loading branch information
Schwad authored Jun 25, 2024
2 parents f7ac36f + 5907877 commit addeea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.8)
strscan (>= 3.0.9)
Expand Down
2 changes: 1 addition & 1 deletion constant_resolver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7.0"

spec.add_development_dependency("minitest", "~> 5.0")
spec.add_development_dependency("rake", "~> 10.0")
spec.add_development_dependency("rake", "~> 13.2")
end

0 comments on commit addeea1

Please sign in to comment.