Sha256: 27f0c3c01757e9962884678a0a3cf0c3efe71b3f00d84516151afae2e31bfb92
Contents?: true
Size: 653 Bytes
Versions: 3
Compression:
Stored size: 653 Bytes
Contents
source 'https://rubygems.org' gemspec path: '../' 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' gem 'capybara-webkit', require: false gem 'selenium-webdriver', require: false # 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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
opal-connect-rspec-0.5.0 | gemfiles/opal_master.gemfile |
opal-rspec-0.5.0 | gemfiles/opal_master.gemfile |
opal-rspec-0.5.0.beta3 | gemfiles/opal_master.gemfile |