Skip to content

Commit

Permalink
Attempt at fixing rubinius builds on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sqrrrl committed Jan 17, 2014
1 parent ddbc978 commit 814d6f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 393 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-18mode
- rbx-19mode
- 2.1.0
- rbx
- jruby-18mode
- jruby-19mode
- jruby-20mode
Expand Down
10 changes: 9 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'signet', '>= 0.5.0'
gem 'addressable', '>= 2.3.2'
gem 'uuidtools', '>= 2.1.0'
gem 'autoparse', '>= 0.3.3'
gem 'faraday', '>= 0.9.0.rc5'
gem 'faraday', '>= 0.9.0'
gem 'multi_json', '>= 1.0.0'
gem 'extlib', '>= 0.9.15'
gem 'jwt', '~> 0.1.5'
Expand All @@ -18,6 +18,13 @@ group :development do
gem 'kramdown'
end


platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'psych'
end


group :examples do
gem 'sinatra'
end
Expand All @@ -29,4 +36,5 @@ group :test, :development do
gem 'rcov', '>= 0.9.9', :platform => :mri_18
end


gem 'idn', :platform => :mri_18
Loading

0 comments on commit 814d6f6

Please sign in to comment.