diff --git a/Gemfile b/Gemfile index 5e092b291..754bfca44 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,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", "~> 4.0" + gem "rspec-rails", "~> 5.0" gem "selenium-webdriver", "~> 3.142" gem "webdrivers", "~> 4.6.0" end diff --git a/Gemfile.lock b/Gemfile.lock index f8415b264..c2933bb71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -531,23 +531,23 @@ GEM rexml (3.2.5) rinku (2.0.6) rollbar (3.1.2) - rspec-core (3.9.2) - rspec-support (~> 3.9.3) - rspec-expectations (3.9.2) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.1) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.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) + rspec-support (~> 3.10.0) + rspec-rails (5.0.1) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.10.2) rubocop (0.93.1) parallel (~> 1.10) parser (>= 2.7.1.5) @@ -776,7 +776,7 @@ DEPENDENCIES responders (~> 3.0.1) rinku (~> 2.0.6) rollbar (~> 3.1.2) - rspec-rails (~> 4.0) + rspec-rails (~> 5.0) rubocop (~> 0.93.1) rubocop-performance (~> 1.10.1) rubocop-rails (~> 2.9.1)