diff --git a/Gemfile b/Gemfile index 343d6c89c..2dc3a243a 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :test do gem "capybara-webmock", "~> 0.5.5" gem "coveralls", "~> 0.8.23", require: false gem "email_spec", "~> 2.2.0" - gem "rspec-rails", "~> 3.8" + gem "rspec-rails", "~> 4.0" gem "selenium-webdriver", "~> 3.142" gem "webdrivers", "~> 4.3.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 0d880b0b9..2ced53fa6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -178,7 +178,7 @@ GEM devise-async (1.0.0) activejob (>= 5.0) devise (>= 4.0) - diff-lcs (1.3) + diff-lcs (1.4.4) docile (1.3.2) dry-configurable (0.7.0) concurrent-ruby (~> 1.0) @@ -472,23 +472,23 @@ GEM rexml (3.2.4) rinku (2.0.4) rollbar (2.27.0) - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec-core (3.9.2) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) + rspec-support (~> 3.9.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-rails (3.8.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.0) + rspec-support (~> 3.9.0) + rspec-rails (4.0.1) + actionpack (>= 4.2) + activesupport (>= 4.2) + railties (>= 4.2) + rspec-core (~> 3.9) + rspec-expectations (~> 3.9) + rspec-mocks (~> 3.9) + rspec-support (~> 3.9) + rspec-support (3.9.3) rubocop (0.83.0) parallel (~> 1.10) parser (>= 2.7.0.1) @@ -701,7 +701,7 @@ DEPENDENCIES responders (~> 2.4.0) rinku (~> 2.0.2) rollbar (~> 2.27.0) - rspec-rails (~> 3.8) + rspec-rails (~> 4.0) rubocop (~> 0.83.0) rubocop-performance (~> 1.6.1) rubocop-rails (~> 2.3.2)