Skip to content

Commit 814d6f6

Browse files
committed
Attempt at fixing rubinius builds on travis
1 parent ddbc978 commit 814d6f6

File tree

3 files changed

+11
-393
lines changed

3 files changed

+11
-393
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ rvm:
44
- 1.9.2
55
- 1.9.3
66
- 2.0.0
7-
- rbx-18mode
8-
- rbx-19mode
7+
- 2.1.0
8+
- rbx
99
- jruby-18mode
1010
- jruby-19mode
1111
- jruby-20mode

Gemfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'signet', '>= 0.5.0'
66
gem 'addressable', '>= 2.3.2'
77
gem 'uuidtools', '>= 2.1.0'
88
gem 'autoparse', '>= 0.3.3'
9-
gem 'faraday', '>= 0.9.0.rc5'
9+
gem 'faraday', '>= 0.9.0'
1010
gem 'multi_json', '>= 1.0.0'
1111
gem 'extlib', '>= 0.9.15'
1212
gem 'jwt', '~> 0.1.5'
@@ -18,6 +18,13 @@ group :development do
1818
gem 'kramdown'
1919
end
2020

21+
22+
platforms :rbx do
23+
gem 'rubysl', '~> 2.0'
24+
gem 'psych'
25+
end
26+
27+
2128
group :examples do
2229
gem 'sinatra'
2330
end
@@ -29,4 +36,5 @@ group :test, :development do
2936
gem 'rcov', '>= 0.9.9', :platform => :mri_18
3037
end
3138

39+
3240
gem 'idn', :platform => :mri_18

0 commit comments

Comments
 (0)