diff --git a/Gemfile b/Gemfile index e825ad6..6036396 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ source "https://rubygems.org" do gem 'git' gem 'mcollective-client', '2.8.1' gem 'rake', '12.2.1' - gem 'rspec', '3.7.0' + gem 'rspec', '3.8.0' gem 'rubocop', '0.32.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 5039b75..3f37142 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,19 +53,19 @@ GEM rainbow (2.2.2) rake rake (12.2.1) - rspec (3.7.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-core (3.7.0) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.0) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) rubocop (0.32.1) astrolabe (~> 1.3) parser (>= 2.2.2.5, < 3.0) @@ -89,7 +89,7 @@ DEPENDENCIES git! mcollective-client (= 2.8.1)! rake (= 12.2.1)! - rspec (= 3.7.0)! + rspec (= 3.8.0)! rubocop (= 0.32.1)! RUBY VERSION