Sha256: 7a48355342bbc3ac7c5ebe642db631d9fb0fbb8b430b85bd26751c69970aa39f

Contents?: true

Size: 559 Bytes

Versions: 8

Compression:

Stored size: 559 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'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
opal-rspec-0.8.0 Gemfile
opal-rspec-0.8.0.alpha3 Gemfile
opal-rspec-0.8.0.alpha2 Gemfile
opal-rspec-0.8.0.alpha1 Gemfile
opal-rspec-0.7.1 Gemfile
opal-rspec-0.7.0 Gemfile
opal-rspec-0.7.0.rc.2 Gemfile
opal-rspec-0.7.0.rc.1 Gemfile