Skip to content

Commit 35a8897

Browse files
committed
update aplication.rb
1 parent 452bd49 commit 35a8897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins:
66
- rubocop-rspec_rails
77

88
AllCops:
9-
TargetRailsVersion: 7.1
9+
TargetRailsVersion: 8.0
1010
TargetRubyVersion: 3.3
1111
Exclude:
1212
- 'db/schema.rb'

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Amber
1717
class Application < Rails::Application
1818
# Initialize configuration defaults for originally generated Rails version.
19-
config.load_defaults 7.0
19+
config.load_defaults 7.2
2020

2121
config.add_autoload_paths_to_load_path = false
2222
# Please, add to the `ignore` list any other `lib` subdirectories that do

0 commit comments

Comments
 (0)