Skip to content
Closed
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 @@ -27,7 +27,7 @@ group :development, :test do
gem 'rspec-rails'
end
group :test do
gem 'shoulda-matchers', '~> 5.3'
gem 'shoulda-matchers', '~> 6.5'
end
group :development, :test do
gem 'factory_bot_rails'
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ GEM
ast (2.4.3)
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
benchmark (0.4.1)
benchmark (0.5.0)
bigdecimal (3.3.1)
bindex (0.8.1)
bootsnap (1.18.6)
Expand Down Expand Up @@ -189,6 +190,8 @@ GEM
nio4r (2.7.4)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
parallel (1.27.0)
Expand Down Expand Up @@ -323,7 +326,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 4.0)
websocket (~> 1.0)
shoulda-matchers (5.3.0)
shoulda-matchers (6.5.0)
activesupport (>= 5.2.0)
solid_cable (3.0.12)
actioncable (>= 7.2)
Expand All @@ -342,6 +345,7 @@ GEM
railties (>= 7.1)
thor (>= 1.3.1)
sqlite3 (2.7.4-x86_64-darwin)
sqlite3 (2.7.4-x86_64-linux-gnu)
sshkit (1.24.0)
base64
logger
Expand All @@ -354,6 +358,7 @@ GEM
stringio (3.1.7)
thor (1.4.0)
thruster (0.1.16-x86_64-darwin)
thruster (0.1.16-x86_64-linux)
timeout (0.4.3)
tsort (0.2.0)
turbo-rails (2.0.17)
Expand All @@ -364,7 +369,7 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.4)
uri (1.1.0)
useragent (0.16.11)
warden (1.2.9)
rack (>= 2.0.9)
Expand All @@ -384,6 +389,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
bootsnap
Expand All @@ -406,7 +412,7 @@ DEPENDENCIES
rubocop
rubocop-rails-omakase
selenium-webdriver
shoulda-matchers (~> 5.3)
shoulda-matchers (~> 6.5)
solid_cable
solid_cache
solid_queue
Expand Down
Loading