Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 803bc1f

Browse files
committed
Upgrade rspec-rails to 4.0.1
Authored-by: Greg Cobb <gcobb@pivotal.io>
1 parent 7fbdd55 commit 803bc1f

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ group :test do
8585
gem 'rspec-collection_matchers'
8686
gem 'rspec-instafail'
8787
gem 'rspec-its'
88-
gem 'rspec-rails', '~> 3.9.1'
88+
gem 'rspec-rails', '~> 4.0.1'
8989
gem 'rspec-wait'
9090
gem 'rspec_api_documentation', '>= 6.1.0'
9191
gem 'rubocop', '~> 0.93.1'

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ GEM
369369
rspec-expectations (>= 2.99.0.beta1)
370370
rspec-core (3.9.3)
371371
rspec-support (~> 3.9.3)
372-
rspec-expectations (3.9.2)
372+
rspec-expectations (3.9.3)
373373
diff-lcs (>= 1.2.0, < 2.0)
374374
rspec-support (~> 3.9.0)
375375
rspec-instafail (1.0.0)
@@ -380,15 +380,15 @@ GEM
380380
rspec-mocks (3.9.1)
381381
diff-lcs (>= 1.2.0, < 2.0)
382382
rspec-support (~> 3.9.0)
383-
rspec-rails (3.9.1)
384-
actionpack (>= 3.0)
385-
activesupport (>= 3.0)
386-
railties (>= 3.0)
387-
rspec-core (~> 3.9.0)
388-
rspec-expectations (~> 3.9.0)
389-
rspec-mocks (~> 3.9.0)
390-
rspec-support (~> 3.9.0)
391-
rspec-support (3.9.3)
383+
rspec-rails (4.0.1)
384+
actionpack (>= 4.2)
385+
activesupport (>= 4.2)
386+
railties (>= 4.2)
387+
rspec-core (~> 3.9)
388+
rspec-expectations (~> 3.9)
389+
rspec-mocks (~> 3.9)
390+
rspec-support (~> 3.9)
391+
rspec-support (3.9.4)
392392
rspec-wait (0.0.9)
393393
rspec (>= 3, < 4)
394394
rspec_api_documentation (6.1.0)
@@ -564,7 +564,7 @@ DEPENDENCIES
564564
rspec-collection_matchers
565565
rspec-instafail
566566
rspec-its
567-
rspec-rails (~> 3.9.1)
567+
rspec-rails (~> 4.0.1)
568568
rspec-wait
569569
rspec_api_documentation (>= 6.1.0)
570570
rubocop (~> 0.93.1)

0 commit comments

Comments
 (0)