Skip to content

Commit f73df50

Browse files
committed
use rake that still support Ruby 1.8
1 parent 29f4aa2 commit f73df50

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
@@ -12,6 +12,6 @@ group :development do
1212
gem 'appraisal', :require => nil
1313
end
1414

15-
gem 'rake', :group => :test, :require => nil
15+
gem 'rake', '< 10.2.0', :group => :test, :require => nil
1616
gem 'rspec', '~> 2.14.1', :group => :test
1717
gem 'jruby-openssl', :group => :test if JRUBY_VERSION < '1.7.0'

0 commit comments

Comments
 (0)