Skip to content

Commit e2d0c95

Browse files
Bump rspec-rails from 6.0.4 to 6.1.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.0.4 to 6.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.0.4...v6.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f32cac3 commit e2d0c95

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ group :development do
8585
end
8686

8787
group :test do
88-
gem "rspec-rails", "~> 6.0.0"
88+
gem "rspec-rails", "~> 6.1.1"
8989
gem "factory_bot_rails", "~> 6.2"
9090
gem "faker", "~> 3.2"
9191
gem "pundit-matchers", "~> 3.1"

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ GEM
154154
devise_invitable (2.0.9)
155155
actionmailer (>= 5.0)
156156
devise (>= 4.6)
157-
diff-lcs (1.5.0)
157+
diff-lcs (1.5.1)
158158
discard (1.3.0)
159159
activerecord (>= 4.2, < 8)
160160
dockerfile-rails (1.6.4)
@@ -191,8 +191,9 @@ GEM
191191
guard (~> 2.1)
192192
guard-compat (~> 1.1)
193193
rspec (>= 2.99.0, < 4.0)
194-
i18n (1.14.1)
194+
i18n (1.14.3)
195195
concurrent-ruby (~> 1.0)
196+
racc (~> 1.7)
196197
image_processing (1.12.2)
197198
mini_magick (>= 4.9.5, < 5)
198199
ruby-vips (>= 2.0.17, < 3)
@@ -365,23 +366,23 @@ GEM
365366
rspec-core (~> 3.12.0)
366367
rspec-expectations (~> 3.12.0)
367368
rspec-mocks (~> 3.12.0)
368-
rspec-core (3.12.2)
369+
rspec-core (3.12.3)
369370
rspec-support (~> 3.12.0)
370-
rspec-expectations (3.12.3)
371+
rspec-expectations (3.12.4)
371372
diff-lcs (>= 1.2.0, < 2.0)
372373
rspec-support (~> 3.12.0)
373-
rspec-mocks (3.12.6)
374+
rspec-mocks (3.12.7)
374375
diff-lcs (>= 1.2.0, < 2.0)
375376
rspec-support (~> 3.12.0)
376-
rspec-rails (6.0.4)
377+
rspec-rails (6.1.1)
377378
actionpack (>= 6.1)
378379
activesupport (>= 6.1)
379380
railties (>= 6.1)
380381
rspec-core (~> 3.12)
381382
rspec-expectations (~> 3.12)
382383
rspec-mocks (~> 3.12)
383384
rspec-support (~> 3.12)
384-
rspec-support (3.12.1)
385+
rspec-support (3.12.2)
385386
rubocop (1.61.0)
386387
json (~> 2.3)
387388
language_server-protocol (>= 3.17.0)
@@ -522,7 +523,7 @@ DEPENDENCIES
522523
rails-i18n (~> 7.0)
523524
react-rails (~> 3.2)
524525
responders (~> 3.1.0)
525-
rspec-rails (~> 6.0.0)
526+
rspec-rails (~> 6.1.1)
526527
selenium-webdriver
527528
standard (~> 1.34.0)
528529
standard-rails (~> 1.0.2)

0 commit comments

Comments
 (0)