Skip to content

Commit

Permalink
Bump Rake
Browse files Browse the repository at this point in the history
  • Loading branch information
jc00ke committed May 9, 2021
1 parent 7b7a5d0 commit 7b0d538
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 @@ -9,7 +9,7 @@ PLATFORMS

DEPENDENCIES
mspec (~> 1.9)
rake (~> 10)
rake (>= 12.3.3)

BUNDLED WITH
1.11.2
2 changes: 1 addition & 1 deletion rubinius-ast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 12.3.3"
end

0 comments on commit 7b0d538

Please sign in to comment.