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

Commit 8fd61dc

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 ca1b8dd commit 8fd61dc

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

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

Gemfile.lock

+27-27
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
execjs
127127
coffee-script-source (1.12.2)
128128
colorize (0.8.1)
129-
concurrent-ruby (1.1.8)
129+
concurrent-ruby (1.1.9)
130130
connection_pool (2.2.1)
131131
coveralls (0.8.23)
132132
json (>= 1.8, < 3)
@@ -489,7 +489,7 @@ GEM
489489
listen (3.2.1)
490490
rb-fsevent (~> 0.10, >= 0.10.3)
491491
rb-inotify (~> 0.9, >= 0.9.10)
492-
loofah (2.9.0)
492+
loofah (2.12.0)
493493
crass (~> 1.0.2)
494494
nokogiri (>= 1.5.9)
495495
lumberjack (1.2.4)
@@ -499,7 +499,7 @@ GEM
499499
mime-types (2.99.3)
500500
mini_mime (1.0.2)
501501
mini_portile2 (2.6.1)
502-
minitest (5.14.3)
502+
minitest (5.14.4)
503503
mongoid (5.1.6)
504504
activemodel (~> 4.0)
505505
mongo (~> 2.1)
@@ -565,13 +565,13 @@ GEM
565565
bundler (>= 1.3.0, < 2.0)
566566
railties (= 4.2.11.3)
567567
sprockets-rails
568-
rails-deprecated_sanitizer (1.0.3)
568+
rails-deprecated_sanitizer (1.0.4)
569569
activesupport (>= 4.2.0.alpha)
570570
rails-dom-testing (1.0.9)
571571
activesupport (>= 4.2.0, < 5.0)
572572
nokogiri (~> 1.6)
573573
rails-deprecated_sanitizer (>= 1.0.1)
574-
rails-html-sanitizer (1.3.0)
574+
rails-html-sanitizer (1.4.2)
575575
loofah (~> 2.3)
576576
rails_12factor (0.0.3)
577577
rails_serve_static_assets
@@ -658,27 +658,27 @@ GEM
658658
mime-types (>= 1.16, < 4.0)
659659
netrc (~> 0.8)
660660
rexml (3.2.5)
661-
rspec (3.6.0)
662-
rspec-core (~> 3.6.0)
663-
rspec-expectations (~> 3.6.0)
664-
rspec-mocks (~> 3.6.0)
665-
rspec-core (3.6.0)
666-
rspec-support (~> 3.6.0)
667-
rspec-expectations (3.6.0)
661+
rspec (3.10.0)
662+
rspec-core (~> 3.10.0)
663+
rspec-expectations (~> 3.10.0)
664+
rspec-mocks (~> 3.10.0)
665+
rspec-core (3.10.1)
666+
rspec-support (~> 3.10.0)
667+
rspec-expectations (3.10.1)
668668
diff-lcs (>= 1.2.0, < 2.0)
669-
rspec-support (~> 3.6.0)
670-
rspec-mocks (3.6.0)
669+
rspec-support (~> 3.10.0)
670+
rspec-mocks (3.10.2)
671671
diff-lcs (>= 1.2.0, < 2.0)
672-
rspec-support (~> 3.6.0)
673-
rspec-rails (3.6.1)
674-
actionpack (>= 3.0)
675-
activesupport (>= 3.0)
676-
railties (>= 3.0)
677-
rspec-core (~> 3.6.0)
678-
rspec-expectations (~> 3.6.0)
679-
rspec-mocks (~> 3.6.0)
680-
rspec-support (~> 3.6.0)
681-
rspec-support (3.6.0)
672+
rspec-support (~> 3.10.0)
673+
rspec-rails (4.1.2)
674+
actionpack (>= 4.2)
675+
activesupport (>= 4.2)
676+
railties (>= 4.2)
677+
rspec-core (~> 3.10)
678+
rspec-expectations (~> 3.10)
679+
rspec-mocks (~> 3.10)
680+
rspec-support (~> 3.10)
681+
rspec-support (3.10.2)
682682
rubyzip (2.3.2)
683683
sass-rails (6.0.0)
684684
sassc-rails (~> 2.1, >= 2.1.1)
@@ -723,10 +723,10 @@ GEM
723723
net-http-persistent (>= 2.9, < 4)
724724
rdf (~> 3.0)
725725
spring (2.1.1)
726-
sprockets (3.7.2)
726+
sprockets (4.0.2)
727727
concurrent-ruby (~> 1.0)
728728
rack (> 1, < 3)
729-
sprockets-rails (3.2.1)
729+
sprockets-rails (3.2.2)
730730
actionpack (>= 4.0)
731731
activesupport (>= 4.0)
732732
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.2)

0 commit comments

Comments
 (0)