mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Bump rake-compiler from 1.3.0 to 1.3.1
Bumps [rake-compiler](https://github.com/rake-compiler/rake-compiler) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/rake-compiler/rake-compiler/releases) - [Changelog](https://github.com/rake-compiler/rake-compiler/blob/master/History.md) - [Commits](https://github.com/rake-compiler/rake-compiler/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: rake-compiler dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a2e94dff2f
commit
fd955aa6bd
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -5,7 +5,7 @@ gem 'minitest', '~> 5.20'
|
|||
gem 'minitest-ci', '~> 3.4'
|
||||
gem 'minitest-reporters', '~> 1.6'
|
||||
gem 'rake', '~> 13.3'
|
||||
gem 'rake-compiler', '~> 1.2'
|
||||
gem 'rake-compiler', '~> 1.3'
|
||||
gem 'rubocop', '~> 1.81'
|
||||
gem 'rubocop-minitest', '~> 0.38'
|
||||
gem 'rubocop-packaging', '~> 0.5'
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ GEM
|
|||
racc (1.8.1)
|
||||
rainbow (3.1.1)
|
||||
rake (13.3.1)
|
||||
rake-compiler (1.3.0)
|
||||
rake-compiler (1.3.1)
|
||||
rake
|
||||
regexp_parser (2.11.3)
|
||||
rubocop (1.81.7)
|
||||
|
|
@ -76,7 +76,7 @@ DEPENDENCIES
|
|||
minitest-ci (~> 3.4)
|
||||
minitest-reporters (~> 1.6)
|
||||
rake (~> 13.3)
|
||||
rake-compiler (~> 1.2)
|
||||
rake-compiler (~> 1.3)
|
||||
rubocop (~> 1.81)
|
||||
rubocop-minitest (~> 0.38)
|
||||
rubocop-packaging (~> 0.5)
|
||||
|
|
|
|||
Loading…
Reference in a new issue