You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/Gemfile

23 lines
500 B

source 'http://rubygems.org'
gem 'rails', '3.0.3'
gem 'ruby-debug19', :require => 'ruby-debug', :group => [:development, :test]
gem 'pg', '0.9'
gem 'sequel-rails', :git => 'git://github.com/ferblape/sequel-rails.git'
gem 'warden'
gem 'rails_warden'
group :test, :development do
gem 'mocha'
gem 'steak'
gem 'rspec'
gem "rspec-rails"
gem 'launchy'
gem 'capybara'
gem 'webrat'
gem 'capybara-zombie', :git => 'https://github.com/plataformatec/capybara-zombie.git'
gem 'timecop'
end