Skip to content

Commit

Permalink
Attempt to fix rbx for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Smith committed Jan 11, 2014
1 parent cf3d67b commit 063e33e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Gemfile
Expand Up @@ -3,4 +3,12 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in errawr-http.gemspec
gemspec

gem 'coveralls', require: false
gem 'coveralls', require: false

platforms :rbx do
gem 'psych'
gem 'racc'
gem 'rubinius-coverage'
gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit'
end

0 comments on commit 063e33e

Please sign in to comment.