Skip to content

Commit

Permalink
Gemfile: Use rake >=13.0.1
Browse files Browse the repository at this point in the history
  - avoids warnings on Ruby 2.8
  • Loading branch information
olleolleolle committed Apr 2, 2020
1 parent 90f7d3c commit 69cf31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'pry'

group 'development', 'test' do
gem 'rdoc'
gem 'rake'
gem 'rake', '>= 13.0.1'
gem 'test-unit'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rake (12.3.1)
rake (13.0.1)
rdoc (6.0.4)
rubysl (2.2.0)
rubysl-abbrev (~> 2.0)
Expand Down Expand Up @@ -232,7 +232,7 @@ DEPENDENCIES
minitest
mixlib-shellout
pry
rake
rake (>= 13.0.1)
rdoc
rubysl (~> 2.0)
rubysl-test-unit
Expand Down

0 comments on commit 69cf31c

Please sign in to comment.