Sha256: cde872e547fe8a63a6b6af09a6bb227a1f2f4b7522cd0b6f80077f1a0d646c7f

Contents?: true

Size: 422 Bytes

Versions: 13

Compression:

Stored size: 422 Bytes

Contents

source 'https://rubygems.org'
gemspec

opal_path = File.expand_path('../opal')

if ENV['OPAL_VERSION']
  gem 'opal', ENV['OPAL_VERSION']
elsif File.exist? opal_path
  gem 'opal', path: opal_path
else
  gem 'opal', github: 'opal/opal'
end

rack_version      = ENV['RACK_VERSION']
sprockets_version = ENV['SPROCKETS_VERSION']

gem 'rack', rack_version if rack_version
gem 'sprockets', sprockets_version if sprockets_version

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
opal-sprockets-1.0.4 Gemfile
opal-sprockets-1.0.3 Gemfile
opal-sprockets-1.0.2 Gemfile
opal-sprockets-1.0.1 Gemfile
opal-sprockets-1.0.0 Gemfile
opal-sprockets-0.4.9.1.0.3.7 Gemfile
opal-sprockets-0.4.8.1.0.3.7 Gemfile
opal-sprockets-0.4.7.1.0.3.7 Gemfile
opal-sprockets-0.4.6.1.0.3.7 Gemfile
opal-sprockets-0.4.5.1.0.3.7 Gemfile
opal-sprockets-0.4.4.1.0.3.7 Gemfile
opal-sprockets-0.4.3.0.11.0.3.7 Gemfile
opal-sprockets-0.4.2.0.11.0.3.1 Gemfile