Skip to content

Commit

Permalink
update Rails defaults to 7.0; 7.1 is causing some test failures not s…
Browse files Browse the repository at this point in the history
…ure why yet

It was an oversight we were still on 6.1 and not 7.0 when we moved to Rails 7.0
  • Loading branch information
jrochkind committed Nov 13, 2023
1 parent 977a446 commit f2c9c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Application < Rails::Application

# Initialize configuration defaults for originally generated Rails version,
# or Rails version we have upgraded to and verified for new defaults.
config.load_defaults 6.1
config.load_defaults 7.0

config.time_zone = "US/Eastern"

Expand Down

0 comments on commit f2c9c32

Please sign in to comment.