Skip to content

Commit

Permalink
Update rspec-rails to version with fix from rspec/rspec-rails#2625
Browse files Browse the repository at this point in the history
  • Loading branch information
magni- committed Oct 17, 2022
1 parent 93d9c6a commit 65ec8e5
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 19 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Expand Up @@ -51,7 +51,11 @@ gem "bootsnap", require: false
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]
gem "rspec-rails", "6.0.0"
gem "rspec-rails", github: "rspec/rspec-rails", branch: "replacement-tagged-logger-support"
gem "rspec-core", github: "rspec/rspec-core", ref: "71823ba11ec17a73b25bdc24ebab195494c270dc"
gem "rspec-mocks", github: "rspec/rspec-mocks", ref: "d9a782f750896e2a0d3c7abc72d4667dd0b83f0b"
gem "rspec-expectations", github: "rspec/rspec-expectations", ref: "311aaf245f2c5493572bf683b8c441cb5f7e44c8"
gem "rspec-support", github: "rspec/rspec-support", ref: "5d653dfd130d45a742ab2300662b624e191f76a0"
end

group :development do
Expand Down
70 changes: 52 additions & 18 deletions Gemfile.lock
@@ -1,3 +1,50 @@
GIT
remote: https://github.com/rspec/rspec-core.git
revision: 71823ba11ec17a73b25bdc24ebab195494c270dc
ref: 71823ba11ec17a73b25bdc24ebab195494c270dc
specs:
rspec-core (3.12.0.pre)
rspec-support (= 3.12.0.pre)

GIT
remote: https://github.com/rspec/rspec-expectations.git
revision: 311aaf245f2c5493572bf683b8c441cb5f7e44c8
ref: 311aaf245f2c5493572bf683b8c441cb5f7e44c8
specs:
rspec-expectations (3.12.0.pre)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (= 3.12.0.pre)

GIT
remote: https://github.com/rspec/rspec-mocks.git
revision: d9a782f750896e2a0d3c7abc72d4667dd0b83f0b
ref: d9a782f750896e2a0d3c7abc72d4667dd0b83f0b
specs:
rspec-mocks (3.12.0.pre)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (= 3.12.0.pre)

GIT
remote: https://github.com/rspec/rspec-rails.git
revision: 50832fb851e3244feb6ba415db2bd56eccf7e466
branch: replacement-tagged-logger-support
specs:
rspec-rails (6.1.0.pre)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (= 3.12.0.pre)
rspec-expectations (= 3.12.0.pre)
rspec-mocks (= 3.12.0.pre)
rspec-support (= 3.12.0.pre)

GIT
remote: https://github.com/rspec/rspec-support.git
revision: 5d653dfd130d45a742ab2300662b624e191f76a0
ref: 5d653dfd130d45a742ab2300662b624e191f76a0
specs:
rspec-support (3.12.0.pre)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -163,23 +210,6 @@ GEM
reline (0.3.1)
io-console (~> 0.5)
rexml (3.2.5)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-rails (6.0.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.11)
rspec-expectations (~> 3.11)
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.11.1)
rubyzip (2.3.2)
selenium-webdriver (4.5.0)
childprocess (>= 0.5, < 5.0)
Expand Down Expand Up @@ -233,7 +263,11 @@ DEPENDENCIES
puma (~> 5.0)
rails (~> 7.0.3, >= 7.0.3.1)
redis (~> 4.0)
rspec-rails (= 6.0.0)
rspec-core!
rspec-expectations!
rspec-mocks!
rspec-rails!
rspec-support!
selenium-webdriver
sprockets-rails
sqlite3 (~> 1.4)
Expand Down

0 comments on commit 65ec8e5

Please sign in to comment.