8000 Update rake requirement from ~> 10.0 to ~> 12.3 by dependabot[bot] · Pull Request #13 · rubinius/rubinius-code · GitHub
[go: up one dir, main page]

Skip to content

Update rake requirement from ~> 10.0 to ~> 12.3 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update rake requirement from ~> 10.0 to ~> 12.3
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v10.5.0...v12.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2020
commit 14a1a40dc86e3856170c67cca11c319e93ab9b00
2 changes: 1 addition & 1 deletion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem "mspec", "~> 1.9"
gem "rake", "~> 10"
gem "rake", "~> 12"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ GEM
remote: https://rubygems.org/
specs:
mspec (1.9.1)
rake (10.5.0)
rake (12.3.3)

PLATFORMS
ruby

DEPENDENCIES
mspec (~> 1.9)
rake (~> 10)
rake (~> 12)

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"
end
2 changes: 1 addition & 1 deletion rubinius-compiler.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"
end
2 changes: 1 addition & 1 deletion rubinius-melbourne.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "redcard", "~> 1.0"
spec.add_development_dependency "mspec", "~> 1.5"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.3"
end
2 changes: 1 addition & 1 deletion rubinius-processor.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"
end
2 changes: 1 addition & 1 deletion rubinius-toolset.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the Rubinius code tools as are suitable for that language.
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"
spec.add_development_dependency "mspec", "~> 1.5"
spec.add_development_dependency "rubinius-bridge", "~> 1.0"
end
0