Skip to content

Commit d1b87e8

Browse files
committed
Update
1 parent 549ebe2 commit d1b87e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ gem "puma", "5.6.4"
2121
gem "bootsnap", "1.11.1", require: false
2222

2323
group :development, :test do
24-
gem "debug", "1.4.0", platforms: %i[ mri mingw x64_mingw ]
2524
gem "sqlite3", "1.4.2"
25+
gem "debug", "1.4.0", platforms: %i[ mri mingw x64_mingw ]
2626
end
2727

2828
group :development do

db/seeds.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
email = "example-#{n+1}@railstutorial.org"
1414
password = "password"
1515
User.create!(name: name,
16-
email: email,
17-
password: password,
18-
password_confirmation: password,
19-
activated: true,
20-
activated_at: Time.zone.now)
16+
email: email,
17+
password: password,
18+
password_confirmation: password,
19+
activated: true,
20+
activated_at: Time.zone.now)
2121
end
2222

2323
# Generate microposts for a subset of users.

0 commit comments

Comments
 (0)