Skip to content

Commit bd9b00d

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ group :test do
5454
gem 'cuprite'
5555
gem 'database_cleaner-active_record'
5656
gem 'rack_session_access'
57-
gem 'rspec-rails', '6.1.0'
57+
gem 'rspec-rails', '6.1.1'
5858
gem 'selenium-webdriver'
5959
gem 'simplecov', require: false
6060
end

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ GEM
217217
activesupport (>= 6.0.0)
218218
railties (>= 6.0.0)
219219
interactor (3.1.2)
220-
io-console (0.7.1)
221-
irb (1.11.0)
220+
io-console (0.7.2)
221+
irb (1.11.1)
222222
rdoc
223-
reline (>= 0.3.8)
223+
reline (>= 0.4.2)
224224
json (2.7.1)
225225
jwt (2.7.1)
226226
kaminari (1.2.2)
@@ -376,7 +376,7 @@ GEM
376376
redis-client (0.19.0)
377377
connection_pool
378378
regexp_parser (2.9.0)
379-
reline (0.4.1)
379+
reline (0.4.2)
380380
io-console (~> 0.5)
381381
rexml (3.2.6)
382382
rspec (3.12.0)
@@ -391,7 +391,7 @@ GEM
391391
rspec-mocks (3.12.6)
392392
diff-lcs (>= 1.2.0, < 2.0)
393393
rspec-support (~> 3.12.0)
394-
rspec-rails (6.1.0)
394+
rspec-rails (6.1.1)
395395
actionpack (>= 6.1)
396396
activesupport (>= 6.1)
397397
railties (>= 6.1)
@@ -531,7 +531,7 @@ DEPENDENCIES
531531
rails-i18n (~> 7.0.0)
532532
ransack
533533
redis (>= 4.0.1)
534-
rspec-rails (= 6.1.0)
534+
rspec-rails (= 6.1.1)
535535
rubocop
536536
rubocop-capybara
537537
rubocop-factory_bot

0 commit comments

Comments
 (0)