Sha256: 3ce137038ee9ab38a1868ecd939f08e43c1509cba6d8c9554c3d1abc4b9911e7
Contents?: true
Size: 846 Bytes
Versions: 1
Compression:
Stored size: 846 Bytes
Contents
source 'https://rubygems.org' gemspec unless Dir[__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' gem 'rack', '<3'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-rspec-1.1.0.alpha1 | Gemfile |