mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Merge pull request #166 from puppetlabs/dependabot/bundler/rspec-tw-3.12.0
Update rspec requirement from ~> 3.11.0 to ~> 3.12.0
This commit is contained in:
commit
99f8cd04aa
2 changed files with 13 additions and 13 deletions
2
Gemfile
2
Gemfile
|
|
@ -12,7 +12,7 @@ group :test do
|
||||||
gem 'simplecov-lcov', '~> 0.8.0'
|
gem 'simplecov-lcov', '~> 0.8.0'
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
gem 'rb-readline'
|
gem 'rb-readline'
|
||||||
gem 'rspec', '~> 3.11.0'
|
gem 'rspec', '~> 3.12.0'
|
||||||
gem 'rubocop', '~> 1.49'
|
gem 'rubocop', '~> 1.49'
|
||||||
gem 'webmock', '~> 3.13'
|
gem 'webmock', '~> 3.13'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
24
Gemfile.lock
24
Gemfile.lock
|
|
@ -58,19 +58,19 @@ GEM
|
||||||
rb-readline (0.5.5)
|
rb-readline (0.5.5)
|
||||||
regexp_parser (2.7.0)
|
regexp_parser (2.7.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rspec (3.11.0)
|
rspec (3.12.0)
|
||||||
rspec-core (~> 3.11.0)
|
rspec-core (~> 3.12.0)
|
||||||
rspec-expectations (~> 3.11.0)
|
rspec-expectations (~> 3.12.0)
|
||||||
rspec-mocks (~> 3.11.0)
|
rspec-mocks (~> 3.12.0)
|
||||||
rspec-core (3.11.0)
|
rspec-core (3.12.1)
|
||||||
rspec-support (~> 3.11.0)
|
rspec-support (~> 3.12.0)
|
||||||
rspec-expectations (3.11.1)
|
rspec-expectations (3.12.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.11.0)
|
rspec-support (~> 3.12.0)
|
||||||
rspec-mocks (3.11.2)
|
rspec-mocks (3.12.5)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.11.0)
|
rspec-support (~> 3.12.0)
|
||||||
rspec-support (3.11.1)
|
rspec-support (3.12.0)
|
||||||
rubocop (1.49.0)
|
rubocop (1.49.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
|
|
@ -106,7 +106,7 @@ DEPENDENCIES
|
||||||
pry
|
pry
|
||||||
rake
|
rake
|
||||||
rb-readline
|
rb-readline
|
||||||
rspec (~> 3.11.0)
|
rspec (~> 3.12.0)
|
||||||
rubocop (~> 1.49)
|
rubocop (~> 1.49)
|
||||||
simplecov (~> 0.22.0)
|
simplecov (~> 0.22.0)
|
||||||
simplecov-html (~> 0.12.3)
|
simplecov-html (~> 0.12.3)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue