Skip to content

Commit e973254

Browse files
committed
rbx requires rubysl
1 parent 1ea5d3d commit e973254

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ gem "cucumber", "~> 1.1.9"
1919
gem "aruba", "~> 0.5"
2020
gem "rake", "~> 10.0.0"
2121

22+
platform :rbx do
23+
gem 'rubysl'
24+
end
25+
2226
eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

0 commit comments

Comments
 (0)