Skip to content

Commit

Permalink
Update rspec-rails to version 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Jun 27, 2024
1 parent 0f6fb38 commit 5597551
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ group :test do
gem 'launchy' # Used by capybara for eg. save_and_open_screenshot
gem 'rails-controller-testing'
gem 'rspec-json_expectations'
gem 'rspec-rails', '6.1.2'
gem 'rspec-rails', '6.1.3'
gem 'selenium-webdriver', '~> 4.1', require: false
gem 'simplecov', require: false
gem 'simplecov-lcov', require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,14 +333,14 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-json_expectations (2.2.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
rspec-rails (6.1.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -473,7 +473,7 @@ DEPENDENCIES
rails-controller-testing
rake
rspec-json_expectations
rspec-rails (= 6.1.2)
rspec-rails (= 6.1.3)
rubocop
rubocop-performance
rubocop-rails
Expand Down

0 comments on commit 5597551

Please sign in to comment.