Skip to content

Commit 9795786

Browse files
Bump rspec-rails from 5.1.2 to 6.1.0 (#1917)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.1.2 to 6.1.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v5.1.2...v6.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joel Hawksley <[email protected]>
1 parent 084747e commit 9795786

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rails_version = (ENV["RAILS_VERSION"] || "~> 7.0.0").to_s
88
gem "capybara", "~> 3"
99
gem "rails", (rails_version == "main") ? {git: "https://github.com/rails/rails", ref: "main"} : rails_version
1010

11-
gem "rspec-rails", "~> 5"
11+
gem "rspec-rails", "~> 6"
1212

1313
group :test do
1414
gem "cuprite", "~> 0.15"

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ GEM
143143
json (2.7.1)
144144
language_server-protocol (3.17.0.3)
145145
lint_roller (1.1.0)
146-
loofah (2.21.3)
146+
loofah (2.22.0)
147147
crass (~> 1.0.2)
148148
nokogiri (>= 1.12.0)
149149
m (1.6.2)
@@ -170,7 +170,7 @@ GEM
170170
net-smtp (0.4.0)
171171
net-protocol
172172
nio4r (2.7.0)
173-
nokogiri (1.15.4)
173+
nokogiri (1.15.5)
174174
mini_portile2 (~> 2.8.2)
175175
racc (~> 1.4)
176176
parallel (1.24.0)
@@ -225,23 +225,23 @@ GEM
225225
reline (0.4.1)
226226
io-console (~> 0.5)
227227
rexml (3.2.6)
228-
rspec-core (3.12.1)
228+
rspec-core (3.12.2)
229229
rspec-support (~> 3.12.0)
230-
rspec-expectations (3.12.2)
230+
rspec-expectations (3.12.3)
231231
diff-lcs (>= 1.2.0, < 2.0)
232232
rspec-support (~> 3.12.0)
233-
rspec-mocks (3.12.5)
233+
rspec-mocks (3.12.6)
234234
diff-lcs (>= 1.2.0, < 2.0)
235235
rspec-support (~> 3.12.0)
236-
rspec-rails (5.1.2)
237-
actionpack (>= 5.2)
238-
activesupport (>= 5.2)
239-
railties (>= 5.2)
240-
rspec-core (~> 3.10)
241-
rspec-expectations (~> 3.10)
242-
rspec-mocks (~> 3.10)
243-
rspec-support (~> 3.10)
244-
rspec-support (3.12.0)
236+
rspec-rails (6.1.0)
237+
actionpack (>= 6.1)
238+
activesupport (>= 6.1)
239+
railties (>= 6.1)
240+
rspec-core (~> 3.12)
241+
rspec-expectations (~> 3.12)
242+
rspec-mocks (~> 3.12)
243+
rspec-support (~> 3.12)
244+
rspec-support (3.12.1)
245245
rubocop (1.59.0)
246246
json (~> 2.3)
247247
language_server-protocol (>= 3.17.0)
@@ -320,7 +320,7 @@ GEM
320320
yard (0.9.34)
321321
yard-activesupport-concern (0.0.1)
322322
yard (>= 0.8)
323-
zeitwerk (2.6.11)
323+
zeitwerk (2.6.12)
324324

325325
PLATFORMS
326326
ruby
@@ -345,7 +345,7 @@ DEPENDENCIES
345345
puma (~> 6)
346346
rails (~> 7.0.0)
347347
rake (~> 13.0)
348-
rspec-rails (~> 5)
348+
rspec-rails (~> 6)
349349
rubocop-md (~> 1)
350350
selenium-webdriver (= 4.9.0)
351351
simplecov (~> 0.22.0)

0 commit comments

Comments
 (0)