Skip to content

Commit dc0c157

Browse files
Bump rspec-rails from 6.1.4 to 7.0.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.4 to 7.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.4...v7.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e8b377 commit dc0c157

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2"
1010
gem "nokogiri", "~> 1.16"
1111
gem "pry", "~> 0.14.1"
1212
gem "rake", "~> 13.2"
13-
gem "rspec-rails", "~> 6.1"
13+
gem "rspec-rails", "~> 7.0"
1414
gem "sprockets-rails", "~> 3.5"
1515
gem "sqlite3", "~> 1.7"

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,16 @@ GEM
192192
io-console (~> 0.5)
193193
rspec-core (3.13.0)
194194
rspec-support (~> 3.13.0)
195-
rspec-expectations (3.13.1)
195+
rspec-expectations (3.13.2)
196196
diff-lcs (>= 1.2.0, < 2.0)
197197
rspec-support (~> 3.13.0)
198198
rspec-mocks (3.13.1)
199199
diff-lcs (>= 1.2.0, < 2.0)
200200
rspec-support (~> 3.13.0)
201-
rspec-rails (6.1.4)
202-
actionpack (>= 6.1)
203-
activesupport (>= 6.1)
204-
railties (>= 6.1)
201+
rspec-rails (7.0.0)
202+
actionpack (>= 7.0)
203+
activesupport (>= 7.0)
204+
railties (>= 7.0)
205205
rspec-core (~> 3.13)
206206
rspec-expectations (~> 3.13)
207207
rspec-mocks (~> 3.13)
@@ -217,7 +217,7 @@ GEM
217217
sqlite3 (1.7.3-arm64-darwin)
218218
sqlite3 (1.7.3-x86_64-linux)
219219
stringio (3.1.1)
220-
thor (1.3.1)
220+
thor (1.3.2)
221221
timeout (0.4.1)
222222
tzinfo (2.0.6)
223223
concurrent-ruby (~> 1.0)
@@ -227,7 +227,7 @@ GEM
227227
websocket-extensions (0.1.5)
228228
xpath (3.2.0)
229229
nokogiri (~> 1.8)
230-
zeitwerk (2.6.17)
230+
zeitwerk (2.6.18)
231231

232232
PLATFORMS
233233
arm64-darwin-20
@@ -243,7 +243,7 @@ DEPENDENCIES
243243
pry (~> 0.14.1)
244244
rails-footnotes!
245245
rake (~> 13.2)
246-
rspec-rails (~> 6.1)
246+
rspec-rails (~> 7.0)
247247
sprockets-rails (~> 3.5)
248248
sqlite3 (~> 1.7)
249249

0 commit comments

Comments
 (0)