Skip to content

Commit 85fd81a

Browse files
committed
fix(ci): again fixing the Gemfile/schema.rb for all the different Rails versions (attempt #2)
1 parent 4a01ed7 commit 85fd81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/legacy_dummy/db/schema.sqlite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# It's strongly recommended that you check this file into your version control system.
1414

15-
ActiveRecord::Schema[7.2].define(version: 20_250_307_104_536) do
15+
ActiveRecord::Schema.define(version: 20_250_307_104_536) do
1616
create_table 'accounts', force: :cascade do |t|
1717
t.string 'email'
1818
t.string 'password_digest'

0 commit comments

Comments
 (0)