Skip to content

Commit 64931fb

Browse files
author
Yoran Brondsema
committed
Remove JRuby 1.8 testing
1 parent 9b39eca commit 64931fb

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
before_install: gem install bundler --version 1.12.3
2-
# before_install: gem install bundler
1+
before_install: gem install bundler
32
env:
43
global:
54
- JRUBY_OPTS="$JRUBY_OPTS --debug"
@@ -10,7 +9,7 @@ rvm:
109
- 2.0.0
1110
- 2.1
1211
- 2.2
13-
- jruby-18mode
12+
- 2.3
1413
- jruby-19mode
1514
- jruby-head
1615
- rbx-2

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ group :test do
99
gem "rack-test"
1010
gem "rest-client", "~> 1.6.0", :platforms => [:jruby, :ruby_18]
1111
gem "rspec", "~> 3.2"
12-
gem "rubocop", ">= 0.30", :platforms => [:ruby_19, :ruby_20, :ruby_21, :ruby_22]
12+
gem "rubocop", ">= 0.30", :platforms => [:ruby_19, :ruby_20, :ruby_21, :ruby_22, :ruby_23]
1313
gem "simplecov", ">= 0.9"
1414
gem "webmock", "~> 1.0"
1515
gem "addressable", "~> 2.3.8", :platforms => [:jruby, :ruby_18]

omniauth-oauth2.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Gem::Specification.new do |gem|
66
gem.add_dependency "oauth2", "~> 1.1"
77
gem.add_dependency "omniauth", "~> 1.2"
88

9-
gem.add_development_dependency "bundler", "< 1.12.4"
10-
# gem.add_development_dependency "bundler"
9+
gem.add_development_dependency "bundler"
1110

1211
gem.authors = ["Michael Bleigh", "Erik Michaels-Ober"]
1312
gem.email = ["michael@intridea.com", "sferik@gmail.com"]

0 commit comments

Comments
 (0)