diff --git a/spec/Gemfile b/spec/Gemfile index fdb772d..1a576c5 100644 --- a/spec/Gemfile +++ b/spec/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' #For testing -gem 'rspec','3.9.0' +gem 'rspec','3.10.0' gem 'rspec-retry' gem 'poltergeist', '>= 1.18.1' gem 'capybara', '>= 3.25.0' diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index db67780..968e559 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -18,7 +18,7 @@ GEM term-ansicolor (~> 1.3) thor (>= 0.19.4, < 2.0) tins (~> 1.6) - diff-lcs (1.3) + diff-lcs (1.4.4) docile (1.3.2) json (2.3.0) mini_mime (1.0.2) @@ -34,21 +34,21 @@ GEM rack-test (1.1.0) rack (>= 1.0, < 3) regexp_parser (1.6.0) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.0) - rspec-support (~> 3.9.0) - rspec-expectations (3.9.0) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) + rspec-core (3.10.0) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) + rspec-support (~> 3.10.0) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.9.0) + rspec-support (3.10.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -73,7 +73,7 @@ DEPENDENCIES capybara (>= 3.25.0) coveralls (>= 0.8.23) poltergeist (>= 1.18.1) - rspec (= 3.9.0) + rspec (= 3.10.0) rspec-retry BUNDLED WITH