mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Restrict rake to less than v11, which drops support for older rubies.
This commit is contained in:
parent
3579225fd1
commit
be21e7849a
3
Gemfile
3
Gemfile
@ -2,7 +2,8 @@ source 'https://rubygems.org'
|
||||
|
||||
gem 'ffi-ncurses', '~> 0.3', :platforms => :jruby
|
||||
gem 'jruby-openssl', '~> 0.8.8', :platforms => :jruby
|
||||
gem 'rake'
|
||||
# Newer versions drop support for Ruby < 1.9.3, but we still support them.
|
||||
gem 'rake', '< 11.0.0'
|
||||
|
||||
group :test do
|
||||
gem 'coveralls', :require => false
|
||||
|
Loading…
x
Reference in New Issue
Block a user