diff --git a/.travis.yml b/.travis.yml index ae206b4..763513c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: ruby rvm: - 1.8.7 - - 1.9.2 - 1.9.3 - 2.0.0 - 2.1 diff --git a/Gemfile b/Gemfile index 0196b79..3725c80 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,9 @@ group :test do gem 'backports' gem 'coveralls', :require => false gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18] + gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18] 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 'yardstick' end diff --git a/README.md b/README.md index d2ee5ef..9b48b41 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ against](http://travis-ci.org/laserlemon/simple_oauth) the following Ruby implementations: * Ruby 1.8.7 -* Ruby 1.9.2 * Ruby 1.9.3 * Ruby 2.0.0 * Ruby 2.1