Sha256: 313dbe89ce45069e5559cf12c0a9e76680e2cfd7bcd2602096d2c7b3d0d7ffb6

Contents?: true

Size: 359 Bytes

Versions: 3

Compression:

Stored size: 359 Bytes

Contents

source 'https://rubygems.org'
gemspec

# Stick with older racc until
# https://github.com/tenderlove/racc/issues/32
# is solved.
gem 'racc', '< 1.4.10' if RUBY_VERSION.to_f < 1.9

platform :rbx do
  gem 'rubysl'
  gem 'rubysl-openssl'
end

group :repl do
  gem 'therubyracer', :require => 'v8', :platform => :mri
  gem 'therubyrhino', :platform => :jruby
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opal-0.5.5 Gemfile
opal-0.5.4 Gemfile
opal-0.5.2 Gemfile