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

Commit b9db33d

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] <[email protected]>
1 parent 88e28f3 commit b9db33d

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ group :production do
3838
end
3939

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

Gemfile.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ GEM
488488
listen (3.2.1)
489489
rb-fsevent (~> 0.10, >= 0.10.3)
490490
rb-inotify (~> 0.9, >= 0.9.10)
491-
loofah (2.9.0)
491+
loofah (2.9.1)
492492
crass (~> 1.0.2)
493493
nokogiri (>= 1.5.9)
494494
lumberjack (1.2.4)
@@ -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)
@@ -562,7 +562,7 @@ GEM
562562
bundler (>= 1.3.0, < 2.0)
563563
railties (= 4.2.11.3)
564564
sprockets-rails
565-
rails-deprecated_sanitizer (1.0.3)
565+
rails-deprecated_sanitizer (1.0.4)
566566
activesupport (>= 4.2.0.alpha)
567567
rails-dom-testing (1.0.9)
568568
activesupport (>= 4.2.0, < 5.0)
@@ -655,27 +655,27 @@ GEM
655655
mime-types (>= 1.16, < 4.0)
656656
netrc (~> 0.8)
657657
rexml (3.2.4)
658-
rspec (3.6.0)
659-
rspec-core (~> 3.6.0)
660-
rspec-expectations (~> 3.6.0)
661-
rspec-mocks (~> 3.6.0)
662-
rspec-core (3.6.0)
663-
rspec-support (~> 3.6.0)
664-
rspec-expectations (3.6.0)
658+
rspec (3.10.0)
659+
rspec-core (~> 3.10.0)
660+
rspec-expectations (~> 3.10.0)
661+
rspec-mocks (~> 3.10.0)
662+
rspec-core (3.10.1)
663+
rspec-support (~> 3.10.0)
664+
rspec-expectations (3.10.1)
665665
diff-lcs (>= 1.2.0, < 2.0)
666-
rspec-support (~> 3.6.0)
667-
rspec-mocks (3.6.0)
666+
rspec-support (~> 3.10.0)
667+
rspec-mocks (3.10.2)
668668
diff-lcs (>= 1.2.0, < 2.0)
669-
rspec-support (~> 3.6.0)
670-
rspec-rails (3.6.1)
671-
actionpack (>= 3.0)
672-
activesupport (>= 3.0)
673-
railties (>= 3.0)
674-
rspec-core (~> 3.6.0)
675-
rspec-expectations (~> 3.6.0)
676-
rspec-mocks (~> 3.6.0)
677-
rspec-support (~> 3.6.0)
678-
rspec-support (3.6.0)
669+
rspec-support (~> 3.10.0)
670+
rspec-rails (4.1.2)
671+
actionpack (>= 4.2)
672+
activesupport (>= 4.2)
673+
railties (>= 4.2)
674+
rspec-core (~> 3.10)
675+
rspec-expectations (~> 3.10)
676+
rspec-mocks (~> 3.10)
677+
rspec-support (~> 3.10)
678+
rspec-support (3.10.2)
679679
rubyzip (2.3.0)
680680
sass-rails (6.0.0)
681681
sassc-rails (~> 2.1, >= 2.1.1)
@@ -720,10 +720,10 @@ GEM
720720
net-http-persistent (>= 2.9, < 4)
721721
rdf (~> 3.0)
722722
spring (2.1.1)
723-
sprockets (3.7.2)
723+
sprockets (4.0.2)
724724
concurrent-ruby (~> 1.0)
725725
rack (> 1, < 3)
726-
sprockets-rails (3.2.1)
726+
sprockets-rails (3.2.2)
727727
actionpack (>= 4.0)
728728
activesupport (>= 4.0)
729729
sprockets (>= 3.0.0)
@@ -834,7 +834,7 @@ DEPENDENCIES
834834
rake (~> 13.0)
835835
rest-client (~> 2.0)
836836
resumable_upload!
837-
rspec-rails (< 4)
837+
rspec-rails (< 5)
838838
rubyzip (~> 2.3)
839839
sass-rails (~> 6.0)
840840
sdoc (~> 2.1)

0 commit comments

Comments
 (0)