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 @@ -18,7 +18,7 @@
# Use
gem 'pghero', '~> 3.7'

# Use Redis for Action Cable in production [https://guides.rubyonrails.org/action_cable_overview.html#production-considerations]

Check failure on line 21 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Layout/LineLength: Line is too long. [128/120]
gem 'redis', '~> 5.4', '>= 5.4.1'

# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
Expand Down Expand Up @@ -76,7 +76,7 @@
gem "rubocop-rails", "~> 2.34"

# Use RSpec for testing [https://rspec.info/]
gem "rspec-rails", "~> 6.0"
gem "rspec-rails", "~> 8.0"

# Use FactoryBot for fixtures replacement [https://github.com/thoughtbot/factory_bot]
gem "factory_bot_rails"
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,19 +214,19 @@ GEM
net-protocol
net-ssh (7.3.1)
nio4r (2.7.5)
nokogiri (1.19.1-aarch64-linux-gnu)
nokogiri (1.19.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.1-aarch64-linux-musl)
nokogiri (1.19.2-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.19.1-arm-linux-gnu)
nokogiri (1.19.2-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.1-arm-linux-musl)
nokogiri (1.19.2-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-darwin)
nokogiri (1.19.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-linux-gnu)
nokogiri (1.19.2-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.19.1-x86_64-linux-musl)
nokogiri (1.19.2-x86_64-linux-musl)
racc (~> 1.4)
orm_adapter (0.5.0)
ostruct (0.6.3)
Expand Down Expand Up @@ -327,14 +327,14 @@ GEM
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-rails (8.0.4)
actionpack (>= 7.2)
activesupport (>= 7.2)
railties (>= 7.2)
rspec-core (>= 3.13.0, < 5.0.0)
rspec-expectations (>= 3.13.0, < 5.0.0)
rspec-mocks (>= 3.13.0, < 5.0.0)
rspec-support (>= 3.13.0, < 5.0.0)
rspec-support (3.13.7)
rswag (2.17.0)
rswag-api (= 2.17.0)
Expand Down Expand Up @@ -462,7 +462,7 @@ DEPENDENCIES
rack-cors
rails (~> 8.0.4)
redis (~> 5.4, >= 5.4.1)
rspec-rails (~> 6.0)
rspec-rails (~> 8.0)
rswag
rubocop (~> 1.85)
rubocop-rails (~> 2.34)
Expand Down
Loading