Skip to content

Commit

Permalink
bump rake to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jun 17, 2020
1 parent ceaf691 commit e92cfcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: ruby
dist: precise
branches:
only: [master]
services:
- mysql
rvm:
- 2.5
- 2.6
- 2.7

matrix:
include:
- rvm: 2.7
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
concurrent-ruby (~> 1.0)
minitest (5.14.1)
mysql2 (0.5.3)
rake (12.0.0)
rake (13.0.1)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
Expand Down

0 comments on commit e92cfcb

Please sign in to comment.