File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
51
51
# Wait for DB
52
52
- run : dockerize -wait tcp://localhost:5432 -timeout 1m
53
53
- run : rake db:create # creates the database
54
- - run : rake db:migrate
54
+ - run : rails db:migrate
55
55
56
56
# Run the tests
57
- - run : rake test
57
+ - run : rails test
58
58
59
59
build_release :
60
60
docker : # use the docker executor type
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ gem 'jbuilder', '~> 2.5'
35
35
36
36
# Use Capistrano for deployment
37
37
# gem 'capistrano-rails', group: :development
38
- gem 'rake' , '~> 12.3.2'
39
38
40
39
# Reduces boot times through caching; required in config/boot.rb
41
40
gem 'bootsnap' , '>= 1.1.0' , require : false
Original file line number Diff line number Diff line change 141
141
method_source
142
142
rake (>= 0.8.7 )
143
143
thor (>= 0.19.0 , < 2.0 )
144
- rake (12.3.3 )
144
+ rake (13.0.0 )
145
145
rb-fsevent (0.10.3 )
146
146
rb-inotify (0.10.0 )
147
147
ffi (~> 1.0 )
@@ -214,7 +214,6 @@ DEPENDENCIES
214
214
pg (>= 0.18 , < 2.0 )
215
215
puma (~> 3.11 )
216
216
rails (~> 5.2.3 )
217
- rake (~> 12.3.2 )
218
217
sass-rails (~> 5.0 )
219
218
selenium-webdriver
220
219
spring
You can’t perform that action at this time.
0 commit comments