Skip to content

Commit

Permalink
Update rake requirement from ~> 10.4 to ~> 12.3
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@v10.4.0...v12.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 19, 2021
1 parent 5d0fd1f commit 0cabc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam-condenser.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rexml', '~> 3.2'

s.add_development_dependency 'mocha', '~> 1.1'
s.add_development_dependency 'rake', '~> 10.4'
s.add_development_dependency 'rake', '~> 12.3'
s.add_development_dependency 'shoulda-context', '~> 1.2'
s.add_development_dependency 'test-unit', '~> 3.0'
s.add_development_dependency 'yard', '~> 0.8'
Expand Down

0 comments on commit 0cabc3d

Please sign in to comment.