1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Bump rake from 10.5.0 to 12.3.3 in /spec/mspec (#2942)

Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v10.5.0...v12.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-02-28 10:13:28 -08:00 committed by GitHub
parent a0f5ff4c3c
commit 02a3e27608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-02-29 03:13:53 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
source 'https://rubygems.org'
gem "rake", "~> 10.0"
gem "rake", "~> 12.3"
gem "rspec", "~> 2.14.1"

View file

@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
rake (10.5.0)
rake (12.3.3)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
@ -17,5 +17,5 @@ PLATFORMS
ruby
DEPENDENCIES
rake (~> 10.0)
rake (~> 12.3)
rspec (~> 2.14.1)