Skip to content

Commit 4cc86b3

Browse files
authored
Merge pull request #66 from etalab/dependabot/bundler/rspec-rails-6.1.1
Bump rspec-rails from 6.1.0 to 6.1.1
2 parents 4f444c3 + bd9b00d commit 4cc86b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -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)