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 @@ -82,7 +82,7 @@ group :test do
gem 'rspec-collection_matchers'
gem 'rspec-instafail'
gem 'rspec-its'
gem 'rspec-rails', '~> 8.0.0'
gem 'rspec-rails', '~> 8.0.1'
gem 'rspec-wait'
gem 'rubocop', '~> 1.75.8'
gem 'rubocop-capybara'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ GEM
base64 (0.2.0)
beefcake (1.0.0)
benchmark (0.4.1)
bigdecimal (3.2.1)
bigdecimal (3.2.2)
bit-struct (0.17)
builder (3.3.0)
byebug (12.0.0)
Expand Down Expand Up @@ -141,7 +141,7 @@ GEM
digest-xxhash (0.2.9)
docile (1.1.5)
domain_name (0.6.20240107)
drb (2.2.1)
drb (2.2.3)
erb (5.0.1)
erubi (1.13.1)
eventmachine (1.2.7)
Expand Down Expand Up @@ -306,7 +306,7 @@ GEM
logger (1.7.0)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.24.0)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
machinist (1.0.6)
Expand Down Expand Up @@ -396,7 +396,7 @@ GEM
rackup (1.0.1)
rack (< 3)
webrick
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand Down Expand Up @@ -449,7 +449,7 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-collection_matchers (1.2.1)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.13.4)
rspec-core (3.13.5)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -462,7 +462,7 @@ GEM
rspec-mocks (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (8.0.0)
rspec-rails (8.0.1)
actionpack (>= 7.2)
activesupport (>= 7.2)
railties (>= 7.2)
Expand Down Expand Up @@ -610,7 +610,7 @@ GEM
yard (0.9.37)
yard-solargraph (0.1.0)
yard (~> 0.9)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
ruby
Expand Down Expand Up @@ -678,7 +678,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-instafail
rspec-its
rspec-rails (~> 8.0.0)
rspec-rails (~> 8.0.1)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.75.8)
Expand Down