Skip to content

Commit 4b57c5f

Browse files
Update rspec requirement from ~> 3.4.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.4.0...v3.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 728c4a3 commit 4b57c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bing-ads-reporting.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
2323
gem.add_dependency 'savon', '~> 2.12.0'
2424

2525
gem.add_development_dependency 'reek', '~> 5.4.0'
26-
gem.add_development_dependency 'rspec', '~> 3.4.0'
26+
gem.add_development_dependency 'rspec', '~> 3.9.0'
2727
gem.add_development_dependency 'rubocop', '~> 0.70.0'
2828
gem.add_development_dependency 'rubocop-performance', '~> 1.3.0'
2929
gem.add_development_dependency 'rubocop-rspec', '~> 1.33.0'

0 commit comments

Comments
 (0)