Skip to content

Commit 226a63a

Browse files
committed
Upgrade rspec-rails to 4.0.0.beta2
This solves a problem with Rails 6: rspec/rspec-rails#2086
1 parent 70d4ff2 commit 226a63a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ group :development, :test do
4949
gem "jasmine", "3.5.0"
5050
gem "pry-byebug"
5151
gem "rails-controller-testing"
52-
gem "rspec-rails", "3.8.2"
52+
gem "rspec-rails", "4.0.0.beta2"
5353
end
5454

5555
group :test do

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -334,17 +334,17 @@ GEM
334334
rspec-its (1.3.0)
335335
rspec-core (>= 3.0.0)
336336
rspec-expectations (>= 3.0.0)
337-
rspec-mocks (3.8.0)
337+
rspec-mocks (3.8.1)
338338
diff-lcs (>= 1.2.0, < 2.0)
339339
rspec-support (~> 3.8.0)
340-
rspec-rails (3.8.2)
341-
actionpack (>= 3.0)
342-
activesupport (>= 3.0)
343-
railties (>= 3.0)
344-
rspec-core (~> 3.8.0)
345-
rspec-expectations (~> 3.8.0)
346-
rspec-mocks (~> 3.8.0)
347-
rspec-support (~> 3.8.0)
340+
rspec-rails (4.0.0.beta2)
341+
actionpack (>= 4.2)
342+
activesupport (>= 4.2)
343+
railties (>= 4.2)
344+
rspec-core (~> 3.8)
345+
rspec-expectations (~> 3.8)
346+
rspec-mocks (~> 3.8)
347+
rspec-support (~> 3.8)
348348
rspec-support (3.8.2)
349349
rubocop (0.74.0)
350350
jaro_winkler (~> 1.5.1)
@@ -493,7 +493,7 @@ DEPENDENCIES
493493
redis (= 4.1.3)
494494
rspec-collection_matchers (~> 1.2.0)
495495
rspec-its (~> 1.3.0)
496-
rspec-rails (= 3.8.2)
496+
rspec-rails (= 4.0.0.beta2)
497497
sass-rails (= 6.0.0)
498498
select2-rails (= 4.0.3)
499499
shoulda (~> 3.5.0)

0 commit comments

Comments
 (0)