mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-27 14:57:45 +00:00
Lock rest-client to ~> 1.6.0 on Ruby 1.8.7
This commit is contained in:
parent
600f640fff
commit
1007241ebd
3 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 2.1
|
- 2.1
|
||||||
|
|
|
||||||
3
Gemfile
3
Gemfile
|
|
@ -7,8 +7,9 @@ group :test do
|
||||||
gem 'backports'
|
gem 'backports'
|
||||||
gem 'coveralls', :require => false
|
gem 'coveralls', :require => false
|
||||||
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
|
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
|
||||||
|
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
|
||||||
gem 'rspec', '>= 2.14'
|
gem 'rspec', '>= 2.14'
|
||||||
gem 'rubocop', '>= 0.23', :platforms => [:ruby_19, :ruby_20, :ruby_21]
|
gem 'rubocop', '>= 0.25', :platforms => [:ruby_19, :ruby_20, :ruby_21]
|
||||||
gem 'simplecov', :require => false
|
gem 'simplecov', :require => false
|
||||||
gem 'yardstick'
|
gem 'yardstick'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ against](http://travis-ci.org/laserlemon/simple_oauth) the following Ruby
|
||||||
implementations:
|
implementations:
|
||||||
|
|
||||||
* Ruby 1.8.7
|
* Ruby 1.8.7
|
||||||
* Ruby 1.9.2
|
|
||||||
* Ruby 1.9.3
|
* Ruby 1.9.3
|
||||||
* Ruby 2.0.0
|
* Ruby 2.0.0
|
||||||
* Ruby 2.1
|
* Ruby 2.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue