Sha256: 5ad371ba5c21501df9fe2c2a215bea9354eba67f2d5af7d56e38f9b131882250
Contents?: true
Size: 528 Bytes
Versions: 1
Compression:
Stored size: 528 Bytes
Contents
source 'https://rubygems.org' gemspec case (opal_version = ENV['OPAL_VERSION']) when 'master' gem 'opal', github: 'opal/opal', branch: 'master' gem 'opal-sprockets', github: 'opal/opal-sprockets' gem 'opal-rspec', github: 'opal/opal-rspec', branch: 'elia/opal-master', submodules: true when nil gem 'opal' # let bundler pick a version else gem 'opal', opal_version end # gem 'opal-rspec', github: 'opal/opal-rspec', submodules: true # gem 'opal-rspec', path: '../opal-rspec' gem 'rack', ENV['RACK_VERSION'] || '> 0'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-jquery-0.4.3 | Gemfile |