Sha256: fcbc1e724cd4048f6cfc9ff77bedf9193c6cbc3132e4acc45ac3b1ee40a77c58

Contents?: true

Size: 660 Bytes

Versions: 3

Compression:

Stored size: 660 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

# Opal 0.9 still in development
# 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 Gemfile
opal-rspec-0.5.0 Gemfile
opal-rspec-0.5.0.beta3 Gemfile