Skip to content

Commit

Permalink
Update rake requirement from ~> 13.0.6 to ~> 13.2.1
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.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 4125225 commit fd83902
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
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.7.1)
rake (13.0.6)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -35,7 +35,7 @@ PLATFORMS
DEPENDENCIES
byebug (~> 11.1.3)
ofx!
rake (~> 13.0.6)
rake (~> 13.2.1)
rspec (~> 3.10)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion ofx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |s|

s.add_dependency 'nokogiri', '>= 1.13.1', '< 1.16.0'
s.add_development_dependency 'byebug', '~> 11.1.3'
s.add_development_dependency 'rake', '~> 13.0.6'
s.add_development_dependency 'rake', '~> 13.2.1'
s.add_development_dependency 'rspec', '~> 3.10'
end

0 comments on commit fd83902

Please sign in to comment.