source "http://rubygems.org"

gem "rake"
gem "jeweler"
gem "cucumber"
gem "aruba", ">= 0.2.0"
gem "autotest"
gem "rspec-mocks", :path => "."
gem "rspec-core", :path => "../rspec-core"
gem "rspec-expectations", :path => "../rspec-expectations"
if RUBY_VERSION.to_s =~ /1.9/
  gem "ruby-debug19"
else
  gem "ruby-debug"
end
