We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452bd49 commit 35a8897Copy full SHA for 35a8897
.rubocop.yml
@@ -6,7 +6,7 @@ plugins:
6
- rubocop-rspec_rails
7
8
AllCops:
9
- TargetRailsVersion: 7.1
+ TargetRailsVersion: 8.0
10
TargetRubyVersion: 3.3
11
Exclude:
12
- 'db/schema.rb'
config/application.rb
@@ -16,7 +16,7 @@
16
module Amber
17
class Application < Rails::Application
18
# Initialize configuration defaults for originally generated Rails version.
19
- config.load_defaults 7.0
+ config.load_defaults 7.2
20
21
config.add_autoload_paths_to_load_path = false
22
# Please, add to the `ignore` list any other `lib` subdirectories that do
0 commit comments