Sha256: a5b0cd488d5269638b1be4b4fd5d24577d556fa96e8db1c15f1b975e874fc3a8

Contents?: true

Size: 649 Bytes

Versions: 6

Compression:

Stored size: 649 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

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

tilt_version = ENV['TILT_VERSION']
gem 'tilt', tilt_version if tilt_version

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

gem 'mspec', github: 'ruby/mspec'

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
opal-0.9.2 Gemfile
opal-0.9.0 Gemfile
opal-0.9.0.rc1 Gemfile
opal-0.9.0.beta2 Gemfile
opal-0.9.0.beta1 Gemfile
opal-wedge-0.9.0.dev Gemfile