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 'jeweler'
gem 'webrat', ">= 0.7.2.beta.1"
gem 'sqlite3-ruby', :require => 'sqlite3'

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