瀏覽代碼

Bump RSpec to 4.0.0.beta2

Andrew Swistak 6 年之前
父節點
當前提交
5435bbfe4e
共有 2 個文件被更改,包括 23 次插入58 次删除
  1. 1 8
      Gemfile
  2. 22 50
      Gemfile.lock

+ 1 - 8
Gemfile

@@ -37,14 +37,7 @@ group :development, :test do
   gem 'rubocop-performance'
   gem 'shoulda-matchers'
 
-  # Using unreleased rspec version (since we're using Rails v6.0.0.beta3)
-  # The following refs were the latest commits on their respective master
-  # branches
-  gem 'rspec-core', github: 'rspec/rspec-core', ref: '4a29a'
-  gem 'rspec-expectations', github: 'rspec/rspec-expectations', ref: '8d630'
-  gem 'rspec-mocks', github: 'rspec/rspec-mocks', ref: 'f1b69'
-  gem 'rspec-rails', github: 'rspec/rspec-rails', branch: '4-0-dev'
-  gem 'rspec-support', github: 'rspec/rspec-support', ref: 'b2389'
+  gem 'rspec-rails', github: 'rspec/rspec-rails', tag: 'v4.0.0.beta2'
 end
 
 group :development do

+ 22 - 50
Gemfile.lock

@@ -7,36 +7,10 @@ GIT
       temple (>= 0.8.0)
       tilt
 
-GIT
-  remote: https://github.com/rspec/rspec-core.git
-  revision: 4a29a4b13d66fa96fbdff439a5c21ca9816eb1a3
-  ref: 4a29a
-  specs:
-    rspec-core (3.9.0.pre)
-      rspec-support (= 3.9.0.pre)
-
-GIT
-  remote: https://github.com/rspec/rspec-expectations.git
-  revision: 8d630d1e7ea7f8da0040cd22740d3763480402b8
-  ref: 8d630
-  specs:
-    rspec-expectations (3.9.0.pre)
-      diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (= 3.9.0.pre)
-
-GIT
-  remote: https://github.com/rspec/rspec-mocks.git
-  revision: f1b69945b0b9cfb33b3959985ce0b9ddd3b1844c
-  ref: f1b69
-  specs:
-    rspec-mocks (3.9.0.pre)
-      diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (= 3.9.0.pre)
-
 GIT
   remote: https://github.com/rspec/rspec-rails.git
-  revision: 95559462877100bb4f228cd1d8487e243e14f91d
-  branch: 4-0-dev
+  revision: 0919d6e0133b89c19a1518e3d82e014fd39bc06f
+  tag: v4.0.0.beta2
   specs:
     rspec-rails (4.0.0.beta2)
       actionpack (>= 4.2)
@@ -47,13 +21,6 @@ GIT
       rspec-mocks (~> 3.8)
       rspec-support (~> 3.8)
 
-GIT
-  remote: https://github.com/rspec/rspec-support.git
-  revision: b23895e34f8cc1914d311ec3302f9092afbd2f93
-  ref: b2389
-  specs:
-    rspec-support (3.9.0.pre)
-
 GEM
   remote: https://rubygems.org/
   specs:
@@ -119,13 +86,13 @@ GEM
     bootsnap (1.4.4)
       msgpack (~> 1.0)
     builder (3.2.3)
-    capybara (3.19.1)
+    capybara (3.22.0)
       addressable
       mini_mime (>= 0.1.3)
       nokogiri (~> 1.8)
       rack (>= 1.6.0)
       rack-test (>= 0.6.3)
-      regexp_parser (~> 1.2)
+      regexp_parser (~> 1.5)
       xpath (~> 3.2)
     childprocess (1.0.1)
       rake (< 13.0)
@@ -149,13 +116,13 @@ GEM
       railties (>= 4.2.0)
     faker (1.9.3)
       i18n (>= 0.7)
-    ffi (1.10.0)
+    ffi (1.11.1)
     globalid (0.4.2)
       activesupport (>= 4.2.0)
     graphiql-rails (1.7.0)
       railties
       sprockets-rails
-    graphql (1.9.4)
+    graphql (1.9.6)
     http-cookie (1.0.3)
       domain_name (~> 0.5)
     i18n (1.6.0)
@@ -196,7 +163,7 @@ GEM
     pry-rails (0.3.9)
       pry (>= 0.10.4)
     psych (3.1.0)
-    public_suffix (3.0.3)
+    public_suffix (3.1.0)
     puma (3.12.1)
     rack (2.0.7)
     rack-proxy (0.6.5)
@@ -238,11 +205,20 @@ GEM
     rb-fsevent (0.10.3)
     rb-inotify (0.10.0)
       ffi (~> 1.0)
-    regexp_parser (1.4.0)
+    regexp_parser (1.5.1)
     rest-client (2.0.2)
       http-cookie (>= 1.0.2, < 2.0)
       mime-types (>= 1.16, < 4.0)
       netrc (~> 0.8)
+    rspec-core (3.8.0)
+      rspec-support (~> 3.8.0)
+    rspec-expectations (3.8.3)
+      diff-lcs (>= 1.2.0, < 2.0)
+      rspec-support (~> 3.8.0)
+    rspec-mocks (3.8.0)
+      diff-lcs (>= 1.2.0, < 2.0)
+      rspec-support (~> 3.8.0)
+    rspec-support (3.8.0)
     rubocop (0.67.2)
       jaro_winkler (~> 1.5.1)
       parallel (~> 1.10)
@@ -253,9 +229,9 @@ GEM
       unicode-display_width (>= 1.4.0, < 1.6)
     rubocop-performance (1.1.0)
       rubocop (>= 0.67.0)
-    ruby-progressbar (1.10.0)
+    ruby-progressbar (1.10.1)
     ruby_dep (1.5.0)
-    rubyzip (1.2.2)
+    rubyzip (1.2.3)
     sass (3.7.4)
       sass-listen (~> 4.0.0)
     sass-listen (4.0.0)
@@ -267,7 +243,7 @@ GEM
       sprockets (>= 2.8, < 4.0)
       sprockets-rails (>= 2.0, < 4.0)
       tilt (>= 1.1, < 3)
-    selenium-webdriver (3.142.2)
+    selenium-webdriver (3.142.3)
       childprocess (>= 0.5, < 2.0)
       rubyzip (~> 1.2, >= 1.2.2)
     shoulda-matchers (4.0.1)
@@ -304,11 +280,11 @@ GEM
       activemodel (>= 6.0.0.a)
       bindex (>= 0.4.0)
       railties (>= 6.0.0.a)
-    webdrivers (3.9.1)
+    webdrivers (4.0.0)
       nokogiri (~> 1.6)
       rubyzip (~> 1.0)
       selenium-webdriver (~> 3.0)
-    webpacker (4.0.2)
+    webpacker (4.0.6)
       activesupport (>= 4.2)
       rack-proxy (>= 0.6.1)
       railties (>= 4.2)
@@ -340,11 +316,7 @@ DEPENDENCIES
   rails (~> 6.0.0.rc1)
   rails-controller-testing
   rest-client
-  rspec-core!
-  rspec-expectations!
-  rspec-mocks!
   rspec-rails!
-  rspec-support!
   rubocop (~> 0.67.2)
   rubocop-performance
   sass-rails (~> 5.0)