Sha256: 22b21283b67e57a16d30768f29a5a3c1e4b984ca87a1d1bc12a6cbf90a284c91

Contents?: true

Size: 415 Bytes

Versions: 2

Compression:

Stored size: 415 Bytes

Contents

source 'https://rubygems.org'
gemspec
github = -> repo { "https://github.com/#{repo}.git" }

case ENV['OPAL_VERSION']
when 'local'
  gem 'opal', path: '../opal'
  gem 'opal-rspec', path: '../opal-rspec'
  gem 'opal-sprockets', path: '../opal-sprockets'
  gem 'pry'
when 'master'
  gem 'opal', git: github['opal/opal'], branch: :master
  gem 'opal-sprockets', git: github['opal/opal-sprockets'], branch: :master
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opal-rails-2.0.1 Gemfile
opal-rails-2.0.0 Gemfile