Skip to content

Commit 7a15641

Browse files
Update rspec requirement from ~> 3.8.0 to ~> 3.9.0
Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](rspec/rspec@v3.8.0...v3.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 16276ca commit 7a15641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

split-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
2020
gem.add_dependency 'multi_json'
2121

2222
gem.add_development_dependency 'bundler'
23-
gem.add_development_dependency 'rspec', '~> 3.8.0'
23+
gem.add_development_dependency 'rspec', '~> 3.9.0'
2424
gem.add_development_dependency 'rack-test', '~> 1.1'
2525
gem.add_development_dependency 'rake', '~> 13.0'
2626
end

0 commit comments

Comments
 (0)