Skip to content

Commit c6452cf

Browse files
committed
Add Rubinius standard library gems to bundle
1 parent 406781b commit c6452cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ group :test do
2020
gem 'simplecov', :require => false
2121
end
2222

23+
platform :rbx do
24+
gem 'rubinius-coverage'
25+
gem 'rubysl'
26+
end
27+
2328
gemspec

0 commit comments

Comments
 (0)