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

Commit 87bfd89

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 19a42d7 commit 87bfd89

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ GEM
125125
execjs
126126
coffee-script-source (1.12.2)
127127
colorize (0.8.1)
128-
concurrent-ruby (1.1.8)
128+
concurrent-ruby (1.1.9)
129129
connection_pool (2.2.1)
130130
coveralls (0.8.23)
131131
json (>= 1.8, < 3)
@@ -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.10.0)
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)
@@ -561,7 +561,7 @@ GEM
561561
bundler (>= 1.3.0, < 2.0)
562562
railties (= 4.2.11.3)
563563
sprockets-rails
564-
rails-deprecated_sanitizer (1.0.3)
564+
rails-deprecated_sanitizer (1.0.4)
565565
activesupport (>= 4.2.0.alpha)
566566
rails-dom-testing (1.0.9)
567567
activesupport (>= 4.2.0, < 5.0)
@@ -654,27 +654,27 @@ GEM
654654
mime-types (>= 1.16, < 4.0)
655655
netrc (~> 0.8)
656656
rexml (3.2.5)
657-
rspec (3.6.0)
658-
rspec-core (~> 3.6.0)
659-
rspec-expectations (~> 3.6.0)
660-
rspec-mocks (~> 3.6.0)
661-
rspec-core (3.6.0)
662-
rspec-support (~> 3.6.0)
663-
rspec-expectations (3.6.0)
657+
rspec (3.10.0)
658+
rspec-core (~> 3.10.0)
659+
rspec-expectations (~> 3.10.0)
660+
rspec-mocks (~> 3.10.0)
661+
rspec-core (3.10.1)
662+
rspec-support (~> 3.10.0)
663+
rspec-expectations (3.10.1)
664664
diff-lcs (>= 1.2.0, < 2.0)
665-
rspec-support (~> 3.6.0)
666-
rspec-mocks (3.6.0)
665+
rspec-support (~> 3.10.0)
666+
rspec-mocks (3.10.2)
667667
diff-lcs (>= 1.2.0, < 2.0)
668-
rspec-support (~> 3.6.0)
669-
rspec-rails (3.6.1)
670-
actionpack (>= 3.0)
671-
activesupport (>= 3.0)
672-
railties (>= 3.0)
673-
rspec-core (~> 3.6.0)
674-
rspec-expectations (~> 3.6.0)
675-
rspec-mocks (~> 3.6.0)
676-
rspec-support (~> 3.6.0)
677-
rspec-support (3.6.0)
668+
rspec-support (~> 3.10.0)
669+
rspec-rails (4.1.2)
670+
actionpack (>= 4.2)
671+
activesupport (>= 4.2)
672+
railties (>= 4.2)
673+
rspec-core (~> 3.10)
674+
rspec-expectations (~> 3.10)
675+
rspec-mocks (~> 3.10)
676+
rspec-support (~> 3.10)
677+
rspec-support (3.10.2)
678678
rubyzip (2.3.0)
679679
sass-rails (6.0.0)
680680
sassc-rails (~> 2.1, >= 2.1.1)
@@ -719,10 +719,10 @@ GEM
719719
net-http-persistent (>= 2.9, < 4)
720720
rdf (~> 3.0)
721721
spring (2.1.1)
722-
sprockets (3.7.2)
722+
sprockets (4.0.2)
723723
concurrent-ruby (~> 1.0)
724724
rack (> 1, < 3)
725-
sprockets-rails (3.2.1)
725+
sprockets-rails (3.2.2)
726726
actionpack (>= 4.0)
727727
activesupport (>= 4.0)
728728
sprockets (>= 3.0.0)
@@ -832,7 +832,7 @@ DEPENDENCIES
832832
rake (~> 13.0)
833833
rest-client (~> 2.0)
834834
resumable_upload!
835-
rspec-rails (< 4)
835+
rspec-rails (< 5)
836836
rubyzip (~> 2.3)
837837
sass-rails (~> 6.0)
838838
sdoc (~> 2.1)

0 commit comments

Comments
 (0)