Skip to content

Commit

Permalink
fix: revert load_defaults to 7.0 (fixes FileNotFoundError when proces…
Browse files Browse the repository at this point in the history
…sing files)
  • Loading branch information
puglet5 committed Nov 10, 2023
1 parent 65631bf commit 94588f8
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 @@ -19,7 +19,7 @@

module HSDB
class Application < Rails::Application
config.load_defaults 7.1
config.load_defaults 7.0

config.i18n.available_locales = %i[en ru]
config.i18n.default_locale = :en
Expand Down

0 comments on commit 94588f8

Please sign in to comment.