Skip to content
Open
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 @@ -73,7 +73,7 @@ group :development, :test do
# Testing gems
gem "factory_bot_rails", "~> 6.4"
gem "faker", "~> 3.2"
gem "shoulda-matchers", "~> 6.0"
gem "shoulda-matchers", "~> 7.0"
end

group :test do
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
bigdecimal (3.2.2)
benchmark (0.5.0)
bigdecimal (3.3.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
brakeman (7.1.0)
Expand All @@ -127,7 +127,7 @@ GEM
logger (~> 1.5)
choice (0.2.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
date (3.4.1)
debug (1.11.0)
Expand Down Expand Up @@ -216,7 +216,7 @@ GEM
mini_magick (5.3.1)
logger
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.26.0)
msgpack (1.8.0)
net-imap (0.5.9)
date
Expand Down Expand Up @@ -399,8 +399,8 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shoulda-matchers (6.5.0)
activesupport (>= 5.2.0)
shoulda-matchers (7.0.1)
activesupport (>= 7.1)
solid_cable (3.0.12)
actioncable (>= 7.2)
activejob (>= 7.2)
Expand Down Expand Up @@ -435,7 +435,7 @@ GEM
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
uri (1.1.0)
useragent (0.16.11)
webdrivers (5.3.1)
nokogiri (~> 1.6)
Expand Down Expand Up @@ -490,7 +490,7 @@ DEPENDENCIES
rswag-ui
rubocop-rails-omakase
selenium-webdriver (~> 4.10)
shoulda-matchers (~> 6.0)
shoulda-matchers (~> 7.0)
solid_cable
solid_cache
solid_queue
Expand Down