Skip to content

Commit 8972335

Browse files
committed
Fix: Rbx build, related to travis-ci/travis-ci#1641.
1 parent 5c06930 commit 8972335

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ group :development, :test do
1818
gem 'redcarpet', :platforms => :ruby
1919
gem 'rubocop', '~> 0.14.1'
2020
end
21+
22+
platforms :rbx do
23+
gem 'parser', '2.1.0.pre1'
24+
gem 'syntax', github: 'distler/syntax'
25+
gem 'rubysl', '~> 2.0'
26+
gem 'racc'
27+
gem 'iconv', github: 'nurse/iconv'
28+
end

0 commit comments

Comments
 (0)