mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-04-27 14:57:42 +00:00
Bump rake from 13.0.6 to 13.1.0
Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.1.0. - [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/v13.0.6...v13.1.0) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6bce2a12f8
commit
c3afd42c24
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -4,7 +4,7 @@ gemspec
|
||||||
gem 'minitest', '~> 5.20'
|
gem 'minitest', '~> 5.20'
|
||||||
gem 'minitest-ci', '~> 3.4'
|
gem 'minitest-ci', '~> 3.4'
|
||||||
gem 'minitest-reporters', '~> 1.6'
|
gem 'minitest-reporters', '~> 1.6'
|
||||||
gem 'rake', '~> 13.0'
|
gem 'rake', '~> 13.1'
|
||||||
gem 'rake-compiler', '~> 1.2'
|
gem 'rake-compiler', '~> 1.2'
|
||||||
gem 'rubocop', '1.56.4'
|
gem 'rubocop', '1.56.4'
|
||||||
gem 'rubocop-minitest', '0.32.2'
|
gem 'rubocop-minitest', '0.32.2'
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ GEM
|
||||||
racc
|
racc
|
||||||
racc (1.7.1)
|
racc (1.7.1)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.0.6)
|
rake (13.1.0)
|
||||||
rake-compiler (1.2.5)
|
rake-compiler (1.2.5)
|
||||||
rake
|
rake
|
||||||
regexp_parser (2.8.1)
|
regexp_parser (2.8.1)
|
||||||
|
|
@ -67,7 +67,7 @@ DEPENDENCIES
|
||||||
minitest (~> 5.20)
|
minitest (~> 5.20)
|
||||||
minitest-ci (~> 3.4)
|
minitest-ci (~> 3.4)
|
||||||
minitest-reporters (~> 1.6)
|
minitest-reporters (~> 1.6)
|
||||||
rake (~> 13.0)
|
rake (~> 13.1)
|
||||||
rake-compiler (~> 1.2)
|
rake-compiler (~> 1.2)
|
||||||
rubocop (= 1.56.4)
|
rubocop (= 1.56.4)
|
||||||
rubocop-minitest (= 0.32.2)
|
rubocop-minitest (= 0.32.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue