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

Commit b3104c0

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 6e88f7f commit b3104c0

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
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: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ GEM
181181
json-schema
182182
rest-client
183183
debug_inspector (0.0.3)
184-
diff-lcs (1.4.4)
184+
diff-lcs (1.5.0)
185185
docile (1.3.2)
186186
domain_name (0.5.20170404)
187187
unf (>= 0.0.5, < 1.0.0)
@@ -499,7 +499,7 @@ GEM
499499
mime-types (2.99.3)
500500
mini_mime (1.0.2)
501501
mini_portile2 (2.8.0)
502-
minitest (5.15.0)
502+
minitest (5.16.2)
503503
mongoid (5.1.6)
504504
activemodel (~> 4.0)
505505
mongo (~> 2.1)
@@ -661,27 +661,27 @@ GEM
661661
mime-types (>= 1.16, < 4.0)
662662
netrc (~> 0.8)
663663
rexml (3.2.5)
664-
rspec (3.6.0)
665-
rspec-core (~> 3.6.0)
666-
rspec-expectations (~> 3.6.0)
667-
rspec-mocks (~> 3.6.0)
668-
rspec-core (3.6.0)
669-
rspec-support (~> 3.6.0)
670-
rspec-expectations (3.6.0)
664+
rspec (3.11.0)
665+
rspec-core (~> 3.11.0)
666+
rspec-expectations (~> 3.11.0)
667+
rspec-mocks (~> 3.11.0)
668+
rspec-core (3.11.0)
669+
rspec-support (~> 3.11.0)
670+
rspec-expectations (3.11.0)
671671
diff-lcs (>= 1.2.0, < 2.0)
672-
rspec-support (~> 3.6.0)
673-
rspec-mocks (3.6.0)
672+
rspec-support (~> 3.11.0)
673+
rspec-mocks (3.11.1)
674674
diff-lcs (>= 1.2.0, < 2.0)
675-
rspec-support (~> 3.6.0)
676-
rspec-rails (3.6.1)
677-
actionpack (>= 3.0)
678-
activesupport (>= 3.0)
679-
railties (>= 3.0)
680-
rspec-core (~> 3.6.0)
681-
rspec-expectations (~> 3.6.0)
682-
rspec-mocks (~> 3.6.0)
683-
rspec-support (~> 3.6.0)
684-
rspec-support (3.6.0)
675+
rspec-support (~> 3.11.0)
676+
rspec-rails (4.1.2)
677+
actionpack (>= 4.2)
678+
activesupport (>= 4.2)
679+
railties (>= 4.2)
680+
rspec-core (~> 3.10)
681+
rspec-expectations (~> 3.10)
682+
rspec-mocks (~> 3.10)
683+
rspec-support (~> 3.10)
684+
rspec-support (3.11.0)
685685
rubyzip (2.3.2)
686686
sass-rails (6.0.0)
687687
sassc-rails (~> 2.1, >= 2.1.1)
@@ -726,10 +726,10 @@ GEM
726726
net-http-persistent (>= 2.9, < 4)
727727
rdf (~> 3.0)
728728
spring (2.1.1)
729-
sprockets (3.7.2)
729+
sprockets (4.1.1)
730730
concurrent-ruby (~> 1.0)
731731
rack (> 1, < 3)
732-
sprockets-rails (3.2.1)
732+
sprockets-rails (3.2.2)
733733
actionpack (>= 4.0)
734734
activesupport (>= 4.0)
735735
sprockets (>= 3.0.0)
@@ -840,7 +840,7 @@ DEPENDENCIES
840840
rake (~> 13.0)
841841
rest-client (~> 2.0)
842842
resumable_upload!
843-
rspec-rails (< 4)
843+
rspec-rails (< 5)
844844
rubyzip (~> 2.3)
845845
sass-rails (~> 6.0)
846846
sdoc (~> 2.4)

0 commit comments

Comments
 (0)