Gemfile: try to avoid rake issue

This commit is contained in:
Olle Jonsson 2017-03-17 16:45:20 +01:00 committed by GitHub
parent 9ccef21fdf
commit 710febbf76

View file

@ -1,2 +1,4 @@
source 'https://rubygems.org'
gemspec
gem "rake", "< 11"