Skip to content

Commit

Permalink
Update rake to version 13
Browse files Browse the repository at this point in the history
  • Loading branch information
sskirby committed Feb 1, 2020
1 parent 1b3bcbe commit e73e69a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_5_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
json (2.3.0)
minitest (5.14.0)
pg (0.18.4)
rake (10.5.0)
rake (13.0.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down Expand Up @@ -89,7 +89,7 @@ DEPENDENCIES
appraisal (~> 2.2)
codecov
pg (~> 0.18.0)
rake (~> 10)
rake (~> 13)
rspec (~> 3.0)
virtus (~> 1.0)
vorpal!
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GEM
json (2.3.0)
minitest (5.14.0)
pg (0.18.4)
rake (10.5.0)
rake (13.0.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down Expand Up @@ -89,7 +89,7 @@ DEPENDENCIES
appraisal (~> 2.2)
codecov
pg (~> 0.18.0)
rake (~> 10)
rake (~> 13)
rspec (~> 3.0)
virtus (~> 1.0)
vorpal!
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GEM
json (2.3.0)
minitest (5.14.0)
pg (1.2.2)
rake (10.5.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down Expand Up @@ -89,7 +89,7 @@ DEPENDENCIES
appraisal (~> 2.2)
codecov
pg
rake (~> 10)
rake (~> 13)
rspec (~> 3.0)
virtus (~> 1.0)
vorpal!
Expand Down
2 changes: 1 addition & 1 deletion vorpal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "equalizer"
spec.add_runtime_dependency "activesupport"

spec.add_development_dependency "rake", "~> 10"
spec.add_development_dependency "rake", "~> 13"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "virtus", "~> 1.0"
spec.add_development_dependency "appraisal", "~> 2.2"
Expand Down

0 comments on commit e73e69a

Please sign in to comment.