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 Nov 15, 2024
1 parent 30ad764 commit 4142916
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 112 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 @@ -80,6 +80,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 4142916

Please sign in to comment.