Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Yet another attempt to fix RBX in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Beech committed Jan 24, 2014
1 parent be69b1e commit 49a2fa7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
source "https://rubygems.org"
gemspec

platforms :rbx do
gem "racc"
gem "rubysl", "~> 2.0"
gem "psych"
end
gem "rubysl-bundler", "~> 2.0"
gem "rubysl-rake", "~> 2.0"
gem "rubysl-securerandom", "~> 2.0"
gem "rubinius-coverage", "~> 2.0"
gem "json"
end

gemspec

0 comments on commit 49a2fa7

Please sign in to comment.