Skip to content

Commit

Permalink
Fix: Rbx build, related to travis-ci/travis-ci#1641.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 24, 2013
1 parent 5c06930 commit 8972335
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ group :development, :test do
gem 'redcarpet', :platforms => :ruby
gem 'rubocop', '~> 0.14.1'
end

platforms :rbx do
gem 'parser', '2.1.0.pre1'
gem 'syntax', github: 'distler/syntax'
gem 'rubysl', '~> 2.0'
gem 'racc'
gem 'iconv', github: 'nurse/iconv'
end

0 comments on commit 8972335

Please sign in to comment.