Sha256: a622fac7fc848fb21426455b6103d85934c8787a5258f5e545e0b4d741e192da

Contents?: true

Size: 555 Bytes

Versions: 2

Compression:

Stored size: 555 Bytes

Contents

source "http://rubygems.org"

gem 'arel', :path => "./vendor/arel"
gem 'rails', :path => "./vendor/rails"

gem 'rspec-rails', :path => "."
gem 'rspec-core', :path => "../rspec-core"
gem 'rspec-expectations', :path => "../rspec-expectations"
gem 'rspec-mocks', :path => "../rspec-mocks"
gem 'rspec', :path => "../rspec"

gem 'cucumber'
gem 'aruba', ">= 0.2.0", :require => nil
gem 'webrat', ">= 0.7.2.beta.1"
gem 'sqlite3-ruby', :require => 'sqlite3'

gem 'autotest'

case RUBY_VERSION
when /^1\.9/
  gem 'ruby-debug19'
when /^1\.8/
  gem 'ruby-debug'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-rails-2.0.0.rc Gemfile
rspec-rails-2.0.0.beta.22 Gemfile