File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ gem "puma", "5.6.4"
21
21
gem "bootsnap" , "1.11.1" , require : false
22
22
23
23
group :development , :test do
24
- gem "debug" , "1.4.0" , platforms : %i[ mri mingw x64_mingw ]
25
24
gem "sqlite3" , "1.4.2"
25
+ gem "debug" , "1.4.0" , platforms : %i[ mri mingw x64_mingw ]
26
26
end
27
27
28
28
group :development do
Original file line number Diff line number Diff line change 13
13
email = "example-#{ n +1 } @railstutorial.org"
14
14
password = "password"
15
15
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 )
21
21
end
22
22
23
23
# Generate microposts for a subset of users.
You can’t perform that action at this time.
0 commit comments