File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
paths :
46
46
- vendor/bundle
47
47
48
- # # Bundle install dependencies
48
+ # Bundle install dependencies
49
49
- run : bundle install
50
50
51
51
# Wait for DB
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ gem 'jbuilder', '~> 2.5'
36
36
# Use Capistrano for deployment
37
37
# gem 'capistrano-rails', group: :development
38
38
39
- gem 'rake' , '~> 10 '
39
+ gem 'rake' , '~> 13.0.0 '
40
40
41
41
# Reduces boot times through caching; required in config/boot.rb
42
42
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 (10.5 .0 )
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,7 @@ DEPENDENCIES
214
214
pg (>= 0.18 , < 2.0 )
215
215
puma (~> 3.11 )
216
216
rails (~> 5.2.3 )
217
- rake (~> 10 )
217
+ rake (~> 13.0.0 )
218
218
sass-rails (~> 5.0 )
219
219
selenium-webdriver
220
220
spring
You can’t perform that action at this time.
0 commit comments