Skip to content

Commit

Permalink
Update rspec requirement from ~> 3.8.0 to ~> 3.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version.
- [Release notes](https://github.com/rspec/rspec/releases)
- [Commits](https://github.com/rspec/rspec/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 9, 2019
1 parent 473efd4 commit 3966c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mb_string.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 13.0.0"
spec.add_development_dependency "rspec", "~> 3.8.0"
spec.add_development_dependency "rspec", "~> 3.9.0"
spec.add_development_dependency "simplecov", "~> 0.12.0"

spec.add_development_dependency "coveralls", "~> 0.8.19"
Expand Down

0 comments on commit 3966c1a

Please sign in to comment.