mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Bump rake from 13.2.1 to 13.3.0
Bumps [rake](https://github.com/ruby/rake) from 13.2.1 to 13.3.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.2.1...v13.3.0) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ae3d8b6232
commit
9c3cf6139f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -4,7 +4,7 @@ gemspec
|
|||
gem 'minitest', '~> 5.20'
|
||||
gem 'minitest-ci', '~> 3.4'
|
||||
gem 'minitest-reporters', '~> 1.6'
|
||||
gem 'rake', '~> 13.2'
|
||||
gem 'rake', '~> 13.3'
|
||||
gem 'rake-compiler', '~> 1.2'
|
||||
gem 'rubocop', '~> 1.71'
|
||||
gem 'rubocop-minitest', '~> 0.36'
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ GEM
|
|||
prism (1.4.0)
|
||||
racc (1.8.1)
|
||||
rainbow (3.1.1)
|
||||
rake (13.2.1)
|
||||
rake (13.3.0)
|
||||
rake-compiler (1.3.0)
|
||||
rake
|
||||
regexp_parser (2.10.0)
|
||||
|
|
@ -75,7 +75,7 @@ DEPENDENCIES
|
|||
minitest (~> 5.20)
|
||||
minitest-ci (~> 3.4)
|
||||
minitest-reporters (~> 1.6)
|
||||
rake (~> 13.2)
|
||||
rake (~> 13.3)
|
||||
rake-compiler (~> 1.2)
|
||||
rubocop (~> 1.71)
|
||||
rubocop-minitest (~> 0.36)
|
||||
|
|
|
|||
Loading…
Reference in a new issue