Skip to content

Commit e5b576d

Browse files
update rake to current
Motivated by ``` /path/to/rake-11.0.1/lib/rake/ext/fixnum.rb:4: warning: constant ::Fixnum is deprecated ``` when running `bundle exec rake git:pull`.
1 parent 5f2dd07 commit e5b576d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "rake", "~> 11.0.0"
3+
gem "rake", "~> 12.0.0"
44
gem "thor", "~> 0.14.6"
55
gem "octokit", "~> 2.7"

0 commit comments

Comments
 (0)