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

Commit f091e19

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] <support@github.com>
1 parent ce1b40a commit f091e19

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
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

+24-24
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)
@@ -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.2)
666+
rspec-support (~> 3.10.0)
667+
rspec-expectations (3.10.2)
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.3)
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.3)
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)
@@ -744,7 +744,7 @@ GEM
744744
daemons (~> 1.0, >= 1.0.9)
745745
eventmachine (~> 1.0, >= 1.0.4)
746746
rack (>= 1, < 3)
747-
thor (1.1.0)
747+
thor (1.2.1)
748748
thread_safe (0.3.6)
749749
tilt (2.0.10)
750750
timecop (0.9.4)
@@ -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.3)

0 commit comments

Comments
 (0)