mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
add requirements for rbx-2.1.1
This commit is contained in:
parent
a4399a57f7
commit
88056879d3
1 changed files with 7 additions and 1 deletions
|
@ -38,6 +38,12 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency("rake")
|
||||
s.add_development_dependency("pry")
|
||||
|
||||
if RUBY_ENGINE == 'rbx' then
|
||||
s.add_development_dependency("racc")
|
||||
s.add_development_dependency("json")
|
||||
s.add_development_dependency("rubysl")
|
||||
end
|
||||
|
||||
if File.exist?("gem-private_key.pem")
|
||||
s.signing_key = 'gem-private_key.pem'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue