mirror of
https://github.com/faye/websocket-driver-ruby.git
synced 2025-11-01 13:59:38 +00:00
7 lines
108 B
Ruby
7 lines
108 B
Ruby
source 'https://rubygems.org'
|
|
gemspec
|
|
|
|
if defined?(RUBY_ENGINE) and RUBY_ENGINE =~ /rbx/
|
|
gem 'rubysl'
|
|
end
|