Sha256: 3bba8aef6a911c4fad53a5156754c85a799ba0045be4522004cefe41b9b4a234
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 Bytes
Contents
source 'https://rubygems.org' gemspec unless Dir['rspec{,-{core,expectations,mocks,support}}'].any? warn 'Run: "git submodule update --init" to get RSpec sources' end gem "opal", git: "https://github.com/opal/opal.git", branch: "0-10-stable" # These need to come from our local path in order for create_requires.rb to work properly gem 'rspec', path: 'rspec' gem 'rspec-support', path: 'rspec-support' gem 'rspec-core', path: 'rspec-core' gem 'rspec-mocks', path: 'rspec-mocks' gem 'rspec-expectations', path: 'rspec-expectations'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-rspec-0.6.2 | Gemfile |