Sha256: 447c453e0497a42cb88dd5fecb279d951b2a80805baf84e4da999e4f50fe0c7b
Contents?: true
Size: 655 Bytes
Versions: 4
Compression:
Stored size: 655 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: 'rubyspec/mspec'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
opal-0.7.2 | Gemfile |
opal-0.7.1 | Gemfile |
opal-0.7.0 | Gemfile |
opal-0.7.0.rc1 | Gemfile |