Skip to content

Commit 5e9e479

Browse files
committed
mend
1 parent 97bb8c5 commit 5e9e479

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
paths:
4646
- vendor/bundle
4747

48-
# # Bundle install dependencies
48+
# Bundle install dependencies
4949
- run: bundle install
5050

5151
# Wait for DB

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem 'jbuilder', '~> 2.5'
3636
# Use Capistrano for deployment
3737
# gem 'capistrano-rails', group: :development
3838

39-
gem 'rake', '~> 10'
39+
gem 'rake', '~> 13.0.0'
4040

4141
# Reduces boot times through caching; required in config/boot.rb
4242
gem 'bootsnap', '>= 1.1.0', require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ GEM
141141
method_source
142142
rake (>= 0.8.7)
143143
thor (>= 0.19.0, < 2.0)
144-
rake (10.5.0)
144+
rake (13.0.0)
145145
rb-fsevent (0.10.3)
146146
rb-inotify (0.10.0)
147147
ffi (~> 1.0)
@@ -214,7 +214,7 @@ DEPENDENCIES
214214
pg (>= 0.18, < 2.0)
215215
puma (~> 3.11)
216216
rails (~> 5.2.3)
217-
rake (~> 10)
217+
rake (~> 13.0.0)
218218
sass-rails (~> 5.0)
219219
selenium-webdriver
220220
spring

0 commit comments

Comments
 (0)