Sha256: 47859a229948910551a15a579f7180b8a6e1ad4f15ecb6e245f070d6e97c252f

Contents?: true

Size: 653 Bytes

Versions: 6

Compression:

Stored size: 653 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: 'rubyspec/mspec'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
opal-0.8.1 Gemfile
opal-0.8.1.rc1 Gemfile
opal-0.8.0 Gemfile
opal-0.8.0.rc3 Gemfile
opal-0.8.0.rc2 Gemfile
opal-0.8.0.rc1 Gemfile