We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f444c3 + bd9b00d commit 4cc86b3Copy full SHA for 4cc86b3
Gemfile
@@ -54,7 +54,7 @@ group :test do
54
gem 'cuprite'
55
gem 'database_cleaner-active_record'
56
gem 'rack_session_access'
57
- gem 'rspec-rails', '6.1.0'
+ gem 'rspec-rails', '6.1.1'
58
gem 'selenium-webdriver'
59
gem 'simplecov', require: false
60
end
Gemfile.lock
@@ -391,7 +391,7 @@ GEM
391
rspec-mocks (3.12.6)
392
diff-lcs (>= 1.2.0, < 2.0)
393
rspec-support (~> 3.12.0)
394
- rspec-rails (6.1.0)
+ rspec-rails (6.1.1)
395
actionpack (>= 6.1)
396
activesupport (>= 6.1)
397
railties (>= 6.1)
@@ -531,7 +531,7 @@ DEPENDENCIES
531
rails-i18n (~> 7.0.0)
532
ransack
533
redis (>= 4.0.1)
534
- rspec-rails (= 6.1.0)
+ rspec-rails (= 6.1.1)
535
rubocop
536
rubocop-capybara
537
rubocop-factory_bot
0 commit comments