File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 180180 puma (6.4.2 )
181181 nio4r (~> 2.0 )
182182 racc (1.7.3 )
183- rack (3.0.9.1 )
183+ rack (3.0.10 )
184184 rack-session (2.0.0 )
185185 rack (>= 3.0.0 )
186186 rack-test (2.1.0 )
@@ -274,15 +274,15 @@ GEM
274274 rubocop-ast (>= 1.30.0 , < 2.0 )
275275 ruby-progressbar (~> 1.7 )
276276 unicode-display_width (>= 2.4.0 , < 3.0 )
277- rubocop-ast (1.31.1 )
277+ rubocop-ast (1.31.2 )
278278 parser (>= 3.3.0.4 )
279279 rubocop-capybara (2.20.0 )
280280 rubocop (~> 1.41 )
281281 rubocop-factory_bot (2.25.1 )
282282 rubocop (~> 1.41 )
283283 rubocop-graphql (1.5.0 )
284284 rubocop (>= 0.90 , < 2 )
285- rubocop-rails (2.24.0 )
285+ rubocop-rails (2.24.1 )
286286 activesupport (>= 4.2.0 )
287287 rack (>= 1.1 )
288288 rubocop (>= 1.33.0 , < 2.0 )
Original file line number Diff line number Diff line change 1111Rails . application . config . to_prepare do
1212 # Patch to write version information as empty files under the db/schema_migrations directory
1313 # This is intended to reduce potential for merge conflicts in db/structure.sql
14- ActiveRecord :: ConnectionAdapters :: PostgreSQLAdapter . prepend ( Sagittarius ::Database ::PostgresqlAdapter ::DumpSchemaVersionsMixin )
14+ ActiveSupport . on_load ( :active_record_postgresqladapter ) { prepend Sagittarius ::Database ::PostgresqlAdapter ::DumpSchemaVersionsMixin }
1515 # Patch to load version information from empty files under the db/schema_migrations directory
1616 ActiveRecord ::Tasks ::PostgreSQLDatabaseTasks . prepend ( Sagittarius ::Database ::PostgresqlDatabaseTasks ::LoadSchemaVersionsMixin )
1717end
You can’t perform that action at this time.
0 commit comments