Skip to content

Commit 031077b

Browse files
committed
Change rake version
2 parents 82d373d + 7641218 commit 031077b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
# Wait for DB
5252
- run: dockerize -wait tcp://localhost:5432 -timeout 1m
5353
- run: rake db:create # creates the database
54-
- run: rake db:migrate
54+
- run: rails db:migrate
5555

5656
# Run the tests
57-
- run: rake test
57+
- run: rails test
5858

5959
build_release:
6060
docker: # use the docker executor type

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ gem 'jbuilder', '~> 2.5'
3535

3636
# Use Capistrano for deployment
3737
# gem 'capistrano-rails', group: :development
38-
gem 'rake', '~> 12.3.2'
3938

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

Gemfile.lock

Lines changed: 1 addition & 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 (12.3.3)
144+
rake (13.0.0)
145145
rb-fsevent (0.10.3)
146146
rb-inotify (0.10.0)
147147
ffi (~> 1.0)
@@ -214,7 +214,6 @@ DEPENDENCIES
214214
pg (>= 0.18, < 2.0)
215215
puma (~> 3.11)
216216
rails (~> 5.2.3)
217-
rake (~> 12.3.2)
218217
sass-rails (~> 5.0)
219218
selenium-webdriver
220219
spring

0 commit comments

Comments
 (0)