mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 01:24:48 +08:00
DEV: Upgrade to Rails 7
This patch upgrades Rails to version 7.0.2.4.
This commit is contained in:

committed by
Loïc Guitaut

parent
532f9cdb1a
commit
008b700a3f
@ -1,7 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "i18n/duplicate_key_finder"
|
||||
|
||||
describe "site setting integrity checks" do
|
||||
let(:site_setting_file) { File.join(Rails.root, 'config', 'site_settings.yml') }
|
||||
let(:yaml) { YAML.load_file(site_setting_file) }
|
||||
|
Reference in New Issue
Block a user