From 9f0cd2b02cefaac849acd2d232424038addf733a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 26 Apr 2019 20:43:50 -0400 Subject: [PATCH] Upgraded rspec-rails to 4.0.0.beta2 --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index a02dd33..7618fb4 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ group :development, :test, :mysql do gem "database_cleaner" gem "launchy" gem "poltergeist" - gem "rspec-rails" + gem "rspec-rails", '4.0.0.beta2' # 4/26/2019: LOCKED DOWN gem "test-unit" end diff --git a/Gemfile.lock b/Gemfile.lock index 6c15fb7..223cc04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -249,14 +249,14 @@ GEM rspec-mocks (3.8.0) 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-rails (4.0.0.beta2) + actionpack (>= 4.2) + activesupport (>= 4.2) + railties (>= 4.2) + rspec-core (~> 3.8) + rspec-expectations (~> 3.8) + rspec-mocks (~> 3.8) + rspec-support (~> 3.8) rspec-support (3.8.0) rubocop (0.67.2) jaro_winkler (~> 1.5.1) @@ -359,7 +359,7 @@ DEPENDENCIES rake rb-fsevent responders - rspec-rails + rspec-rails (= 4.0.0.beta2) rubocop-github ruby-prof sass-rails