Skip to content

Commit

Permalink
chore(deps): update rails to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Dec 18, 2024
1 parent 255b56c commit 8b53099
Show file tree
Hide file tree
Showing 9 changed files with 158 additions and 155 deletions.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inherit_from:
AllCops:
NewCops: enable
TargetRubyVersion: 3.3
TargetRailsVersion: 7.2
TargetRailsVersion: 8.0
Exclude:
- 'db/**/*'
- 'bin/**/*'
Expand Down Expand Up @@ -82,6 +82,9 @@ Naming/VariableNumber:
Security/IoMethods:
Enabled: false

Style/SafeNavigationChainLength:
Enabled: false

Style/HashSyntax:
EnforcedShorthandSyntax: never

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'pg'
gem 'rails', '~> 7.0'
gem 'rails', '~> 8.0'
# Use Puma as the app server
gem 'puma', '~> 6'
# Use Redis adapter to connect to Sidekiq
Expand Down
Loading

0 comments on commit 8b53099

Please sign in to comment.