Skip to content

Commit

Permalink
Update rake requirement from ~> 13.0.3 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.3...v13.1.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent cc18c51 commit 84880c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freight_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency('business_time', '~> 0.13.0')
spec.add_development_dependency('faker', '~> 3.2.1')
spec.add_development_dependency('rake', '~> 13.0.3')
spec.add_development_dependency('rake', '~> 13.1.0')
spec.add_development_dependency('rspec', '~> 3.12')
spec.add_development_dependency('rubocop-next', '~> 1.0.3')

Expand Down

0 comments on commit 84880c2

Please sign in to comment.