Sha256: ca1f7d55a41915fd8901411c113d85efa1f911b8b63aa353e3fbc14807ad5b1e
Contents?: true
Size: 818 Bytes
Versions: 2
Compression:
Stored size: 818 Bytes
Contents
source 'https://rubygems.org' gemspec unless Dir['rspec{,-{core,expectations,mocks,support}}/upstream'].any? raise 'Run: "git submodule update --init" to get RSpec sources' end # These need to come from our local path in order for create_requires.rb to work properly gem 'rspec', path: 'rspec/upstream' gem 'rspec-support', path: 'rspec-support/upstream' gem 'rspec-core', path: 'rspec-core/upstream' gem 'rspec-mocks', path: 'rspec-mocks/upstream' gem 'rspec-expectations', path: 'rspec-expectations/upstream' gem 'pry' case ENV['OPAL_VERSION'] when 'local' gem 'opal', path: '../opal' when /^[0-9]/ gem 'opal', ENV['OPAL_VERSION'] when String gem 'opal', git: 'https://github.com/opal/opal.git', branch: ENV['OPAL_VERSION'] end gem 'opal-sprockets', '>=1.0' gem 'puma'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opal-rspec-1.0.0 | Gemfile |
opal-rspec-1.0.0.alpha1 | Gemfile |