Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit aa36228

Browse files
Bump rspec-rails from 3.6.1 to 4.1.2
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.6.1 to 4.1.2. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v3.6.1...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent cca5d6d commit aa36228

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ group :production do
3737
end
3838

3939
group :development, :test do
40-
gem 'rspec-rails', "< 4" # version 4 requires rails 5
40+
gem 'rspec-rails', "< 5" # version 4 requires rails 5
4141
gem 'cucumber-rails', '~> 1.4', require: false
4242
gem 'database_cleaner', '~> 1.99'
4343
gem 'coveralls', '~> 0.8', require: false

Diff for: Gemfile.lock

+24-24
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ GEM
498498
mime-types (2.99.3)
499499
mini_mime (1.0.2)
500500
mini_portile2 (2.4.0)
501-
minitest (5.14.3)
501+
minitest (5.14.4)
502502
mongoid (5.1.6)
503503
activemodel (~> 4.0)
504504
mongo (~> 2.1)
@@ -564,7 +564,7 @@ GEM
564564
bundler (>= 1.3.0, < 2.0)
565565
railties (= 4.2.11.3)
566566
sprockets-rails
567-
rails-deprecated_sanitizer (1.0.3)
567+
rails-deprecated_sanitizer (1.0.4)
568568
activesupport (>= 4.2.0.alpha)
569569
rails-dom-testing (1.0.9)
570570
activesupport (>= 4.2.0, < 5.0)
@@ -657,27 +657,27 @@ GEM
657657
mime-types (>= 1.16, < 4.0)
658658
netrc (~> 0.8)
659659
rexml (3.2.4)
660-
rspec (3.6.0)
661-
rspec-core (~> 3.6.0)
662-
rspec-expectations (~> 3.6.0)
663-
rspec-mocks (~> 3.6.0)
664-
rspec-core (3.6.0)
665-
rspec-support (~> 3.6.0)
666-
rspec-expectations (3.6.0)
660+
rspec (3.10.0)
661+
rspec-core (~> 3.10.0)
662+
rspec-expectations (~> 3.10.0)
663+
rspec-mocks (~> 3.10.0)
664+
rspec-core (3.10.1)
665+
rspec-support (~> 3.10.0)
666+
rspec-expectations (3.10.1)
667667
diff-lcs (>= 1.2.0, < 2.0)
668-
rspec-support (~> 3.6.0)
669-
rspec-mocks (3.6.0)
668+
rspec-support (~> 3.10.0)
669+
rspec-mocks (3.10.2)
670670
diff-lcs (>= 1.2.0, < 2.0)
671-
rspec-support (~> 3.6.0)
672-
rspec-rails (3.6.1)
673-
actionpack (>= 3.0)
674-
activesupport (>= 3.0)
675-
railties (>= 3.0)
676-
rspec-core (~> 3.6.0)
677-
rspec-expectations (~> 3.6.0)
678-
rspec-mocks (~> 3.6.0)
679-
rspec-support (~> 3.6.0)
680-
rspec-support (3.6.0)
671+
rspec-support (~> 3.10.0)
672+
rspec-rails (4.1.2)
673+
actionpack (>= 4.2)
674+
activesupport (>= 4.2)
675+
railties (>= 4.2)
676+
rspec-core (~> 3.10)
677+
rspec-expectations (~> 3.10)
678+
rspec-mocks (~> 3.10)
679+
rspec-support (~> 3.10)
680+
rspec-support (3.10.2)
681681
rubyzip (2.3.0)
682682
sass-rails (6.0.0)
683683
sassc-rails (~> 2.1, >= 2.1.1)
@@ -722,10 +722,10 @@ GEM
722722
net-http-persistent (>= 2.9, < 4)
723723
rdf (~> 3.0)
724724
spring (2.1.1)
725-
sprockets (3.7.2)
725+
sprockets (4.0.2)
726726
concurrent-ruby (~> 1.0)
727727
rack (> 1, < 3)
728-
sprockets-rails (3.2.1)
728+
sprockets-rails (3.2.2)
729729
actionpack (>= 4.0)
730730
activesupport (>= 4.0)
731731
sprockets (>= 3.0.0)
@@ -836,7 +836,7 @@ DEPENDENCIES
836836
rake (~> 13.0)
837837
rest-client (~> 2.0)
838838
resumable_upload!
839-
rspec-rails (< 4)
839+
rspec-rails (< 5)
840840
rubyzip (~> 2.3)
841841
sass-rails (~> 6.0)
842842
sdoc (~> 2.0)

0 commit comments

Comments
 (0)