Sha256: 3c6adc38906ff647cbe592dce072a0502392a4ef61b2056ec0f6dd2148c07485

Contents?: true

Size: 651 Bytes

Versions: 5

Compression:

Stored size: 651 Bytes

Contents

source 'https://rubygems.org'
gemspec

# Stick with older racc until
# https://github.com/tenderlove/racc/issues/22
# is solved.
gem 'racc', '< 1.4.10' if RUBY_ENGINE == 'jruby'
gem 'json', '< 1.8.1'  if RUBY_VERSION.to_f == 2.1 and RUBY_ENGINE == 'ruby'
gem 'rubysl', :platform => :rbx
gem 'thin', platform: :mri

# Uncomment to try with sprockets 3.0:
#
#   gem 'sprockets', '~> 3.0.0.beta'

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

unless ENV['CI']
  gem 'rb-fsevent'
  gem 'guard', require: false
  gem 'terminal-notifier-guard'
end

gem 'mspec', github: 'opal/mspec'

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
opal-0.7.0.beta3 Gemfile
opal-0.7.0.beta2 Gemfile
opal-cj-0.7.0.beta2 Gemfile
opal-cj-0.7.0.beta1 Gemfile
opal-0.7.0.beta1 Gemfile