File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ group :development, :test do
45
45
gem "rack" , ">= 2.0.6"
46
46
gem "rails-controller-testing"
47
47
gem "rspec-its"
48
- gem "rspec-rails"
48
+ gem "rspec-rails" , "4.0.0.rc1"
49
49
gem "rubocop-govuk" , "~> 3.3"
50
50
gem "shoulda-matchers"
51
51
gem "simplecov" , require : false
Original file line number Diff line number Diff line change @@ -327,14 +327,14 @@ GEM
327
327
rspec-mocks (3.9.1 )
328
328
diff-lcs (>= 1.2.0 , < 2.0 )
329
329
rspec-support (~> 3.9.0 )
330
- rspec-rails (3.9.1 )
331
- actionpack (>= 3.0 )
332
- activesupport (>= 3.0 )
333
- railties (>= 3.0 )
334
- rspec-core (~> 3.9.0 )
335
- rspec-expectations (~> 3.9.0 )
336
- rspec-mocks (~> 3.9.0 )
337
- rspec-support (~> 3.9.0 )
330
+ rspec-rails (4.0.0.rc1 )
331
+ actionpack (>= 4.2 )
332
+ activesupport (>= 4.2 )
333
+ railties (>= 4.2 )
334
+ rspec-core (~> 3.9 )
335
+ rspec-expectations (~> 3.9 )
336
+ rspec-mocks (~> 3.9 )
337
+ rspec-support (~> 3.9 )
338
338
rspec-support (3.9.2 )
339
339
rubocop (0.80.1 )
340
340
jaro_winkler (~> 1.5.1 )
@@ -465,7 +465,7 @@ DEPENDENCIES
465
465
rails-controller-testing
466
466
rails-erd
467
467
rspec-its
468
- rspec-rails
468
+ rspec-rails ( = 4.0.0.rc1 )
469
469
rubocop-govuk (~> 3.3 )
470
470
ruby-progressbar
471
471
scenic
You can’t perform that action at this time.
0 commit comments