mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Update rspec requirement from ~> 3.10.0 to ~> 3.11.0
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version. - [Release notes](https://github.com/rspec/rspec-metagem/releases) - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7108af4079
commit
da48a4de0a
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -12,7 +12,7 @@ group :test do
|
|||
gem 'simplecov-lcov', '~> 0.8.0'
|
||||
gem 'pry'
|
||||
gem 'rb-readline'
|
||||
gem 'rspec', '~> 3.10.0'
|
||||
gem 'rspec', '~> 3.11.0'
|
||||
gem 'rubocop', '~> 1.6'
|
||||
gem 'webmock', '~> 3.13'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue