Skip to content

Commit

Permalink
More Rubinius stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Dec 16, 2013
1 parent df76102 commit c35f215
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ if RUBY_PLATFORM != 'java'
end

# Rubinius is gemifying the standard library
gem 'rubysl', '~> 2.0', :platform => :rbx
gem 'racc', :platform => :rbx
gem 'json', :platform => :rbx
platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'racc'
gem 'json'
gem 'rubinius-coverage'
end

# Development tools
gem 'rake', '~> 10.1.0'
Expand Down

0 comments on commit c35f215

Please sign in to comment.