Skip to content

Commit

Permalink
Update rake requirement from ~> 13.0.6 to ~> 13.1.0
Browse files Browse the repository at this point in the history
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@v13.0.6...v13.1.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent b5725c3 commit 6fd7cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
parser (3.2.2.1)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.8.0)
rexml (3.2.5)
rspec (3.12.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.3.0)
e-id!
rake (~> 13.0.6)
rake (~> 13.1.0)
rspec (~> 3.12.0)
rubocop (~> 1.50.2)
rubocop-performance (~> 1.17.1)
Expand Down
2 changes: 1 addition & 1 deletion e-id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 2.3.0'
spec.add_development_dependency 'rake', '~> 13.0.6'
spec.add_development_dependency 'rake', '~> 13.1.0'

spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 6fd7cce

Please sign in to comment.