File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ group :development, :test do
46
46
gem "rack" , ">= 2.0.6"
47
47
gem 'rails-controller-testing'
48
48
gem 'rspec-its'
49
- gem 'rspec-rails'
49
+ gem 'rspec-rails' , '4.0.0.rc1'
50
50
gem 'shoulda-matchers'
51
51
gem 'simplecov' , require : false
52
52
gem 'spring'
Original file line number Diff line number Diff line change @@ -324,17 +324,17 @@ GEM
324
324
rspec-its (1.3.0 )
325
325
rspec-core (>= 3.0.0 )
326
326
rspec-expectations (>= 3.0.0 )
327
- rspec-mocks (3.9.0 )
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.0 )
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.0 )
339
339
rubocop (0.77.0 )
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 (~> 2 )
470
470
ruby-progressbar
471
471
scenic
You can’t perform that action at this time.
0 commit comments