Skip to content

Commit

Permalink
Update shoulda-context requirement from ~> 1.2 to ~> 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [shoulda-context](https://github.com/thoughtbot/shoulda-context) to permit the latest version.
- [Release notes](https://github.com/thoughtbot/shoulda-context/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-context/blob/master/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-context@v1.2.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 19, 2021
1 parent 3ee580b commit fb0bba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam-condenser.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

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

Expand Down

0 comments on commit fb0bba5

Please sign in to comment.