Skip to content

Commit

Permalink
Add the Ruby Standard Library and Racc gems
Browse files Browse the repository at this point in the history
If we are bundling on Rubinius, let's install the rubysl and racc gems
to get a green build on Travis
  • Loading branch information
robin850 committed Dec 5, 2013
1 parent 23c6262 commit 7c599ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ group :benchmark do
gem "bluecloth", "~> 2.2.0"
gem "kramdown", "~> 1.0.2"
end

platforms :rbx do
gem "rubysl"
gem "racc"
end

0 comments on commit 7c599ed

Please sign in to comment.