mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
Update rspec requirement from ~> 3.5.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](https://github.com/rspec/rspec/compare/v3.5.0...v3.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
2ff562cb40
commit
458ddf192d
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -10,7 +10,7 @@ group :test do
|
|||
gem 'coveralls', '~> 0.8.23'
|
||||
gem 'pry'
|
||||
gem 'rb-readline'
|
||||
gem 'rspec', '~> 3.5.0'
|
||||
gem 'rspec', '~> 3.9.0'
|
||||
gem 'rubocop', '~> 0.52'
|
||||
gem 'webmock', '1.21.0'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue