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 @@ -81,6 +81,6 @@ group :test do
gem "capybara"
gem "action_dispatch-testing-integration-capybara", github: "thoughtbot/action_dispatch-testing-integration-capybara", tag: "v0.1.1", require: "action_dispatch/testing/integration/capybara/rspec"
gem "selenium-webdriver"
gem "shoulda-matchers", "~> 6.0"
gem "shoulda-matchers", "~> 6.5"
gem "webmock"
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
connection_pool (2.5.2)
crack (1.0.0)
bigdecimal
rexml
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.6)
logger (1.7.0)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -240,7 +240,7 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.25.4)
minitest (5.25.5)
msgpack (1.8.0)
mutex_m (0.3.0)
net-imap (0.5.6)
Expand Down Expand Up @@ -384,7 +384,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shoulda-matchers (6.4.0)
shoulda-matchers (6.5.0)
activesupport (>= 5.2.0)
sidekiq (8.0.1)
connection_pool (>= 2.5.0)
Expand Down Expand Up @@ -511,7 +511,7 @@ DEPENDENCIES
rails (~> 8.0.1)
rspec-rails (~> 6.1.0)
selenium-webdriver
shoulda-matchers (~> 6.0)
shoulda-matchers (~> 6.5)
sidekiq
solid_cable
solid_cache
Expand Down
Loading