diff --git a/Gemfile b/Gemfile index 7d9a86d03..c5523b9fe 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ group :test do gem "capybara-webmock", "~> 0.6.0" gem "coveralls", "~> 0.8.23", require: false gem "email_spec", "~> 2.2.0" - gem "rspec-rails", "~> 5.0" + gem "rspec-rails", "~> 5.1.2" gem "selenium-webdriver", "~> 3.142" gem "webdrivers", "~> 4.7.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 52c6769d9..90323d6cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM warden (~> 1.2.3) devise-security (0.16.0) devise (>= 4.3.0, < 5.0) - diff-lcs (1.4.4) + diff-lcs (1.5.0) docile (1.3.2) dry-configurable (0.7.0) concurrent-ruby (~> 1.0) @@ -531,15 +531,15 @@ GEM retriable (3.1.2) rexml (3.2.5) rinku (2.0.6) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-rails (5.0.1) + rspec-support (~> 3.11.0) + rspec-rails (5.1.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -547,7 +547,7 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.2) + rspec-support (3.11.0) rubocop (1.18.4) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -779,7 +779,7 @@ DEPENDENCIES redcarpet (~> 3.5.1) responders (~> 3.0.1) rinku (~> 2.0.6) - rspec-rails (~> 5.0) + rspec-rails (~> 5.1.2) rubocop (~> 1.18.4) rubocop-performance (~> 1.11.4) rubocop-rails (~> 2.15.2)