Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ group :test do
gem 'capybara'
gem 'capybara-playwright-driver'
gem 'database_cleaner'
gem 'shoulda-matchers', '~> 7.0'
gem 'shoulda-matchers', '~> 8.0'
gem 'simplecov', require: false
gem 'simplecov-lcov', require: false
gem 'webmock'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ GEM
securerandom (0.4.1)
semantic_logger (4.18.0)
concurrent-ruby (~> 1.0)
shoulda-matchers (7.0.1)
activesupport (>= 7.1)
shoulda-matchers (8.0.1)
activesupport (>= 7.2)
simple_form (5.4.1)
actionpack (>= 7.0)
activemodel (>= 7.0)
Expand Down Expand Up @@ -688,7 +688,7 @@ DEPENDENCIES
rubocop-rspec_rails
sassc-rails
scout_apm
shoulda-matchers (~> 7.0)
shoulda-matchers (~> 8.0)
simple_form
simplecov
simplecov-lcov
Expand Down Expand Up @@ -902,7 +902,7 @@ CHECKSUMS
scout_apm (6.2.0) sha256=e386d15a63250cc4d486227322b0299e6822948b862af0b47e2d7cd2429f4789
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
semantic_logger (4.18.0) sha256=b00e4480b63d844628ce383e80d564626fe2fdb525ecf378dbc4df7828dead8b
shoulda-matchers (7.0.1) sha256=b4bfd8744c10e0a36c8ac1a687f921ee7e25ed529e50488d61b79a8688749c77
shoulda-matchers (8.0.1) sha256=5dbb46e5765b9da225111b085e0819e8c8a121ff94bba430a153eb1ea2c60288
simple_form (5.4.1) sha256=58c3d229034c7e5545035c3271b6f030ef730c340b9d7d8eb730e0a385b20808
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
simplecov-html (0.12.3) sha256=4b1aad33259ffba8b29c6876c12db70e5750cb9df829486e4c6e5da4fa0aa07b
Expand Down
Loading