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

Commit f7a0c32

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 6c74caf commit f7a0c32

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
@@ -126,7 +126,7 @@ GEM
126126
execjs
127127
coffee-script-source (1.12.2)
128128
colorize (0.8.1)
129-
concurrent-ruby (1.1.9)
129+
concurrent-ruby (1.1.10)
130130
connection_pool (2.2.1)
131131
coveralls (0.8.23)
132132
json (>= 1.8, < 3)
@@ -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)
@@ -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.13.0)
492+
loofah (2.16.0)
493493
crass (~> 1.0.2)
494494
nokogiri (>= 1.5.9)
495495
lumberjack (1.2.4)
@@ -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.0.3)
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)
@@ -748,7 +748,7 @@ GEM
748748
daemons (~> 1.0, >= 1.0.9)
749749
eventmachine (~> 1.0, >= 1.0.4)
750750
rack (>= 1, < 3)
751-
thor (1.1.0)
751+
thor (1.2.1)
752752
thread_safe (0.3.6)
753753
tilt (2.0.10)
754754
timecop (0.9.5)
@@ -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.3)

0 commit comments

Comments
 (0)