3ec27fdfe6
* Created project via Jose Valims brilliant enginex gem
12 lines
246 B
Ruby
12 lines
246 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem "rails", "3.0.7"
|
|
gem "capybara", ">= 0.4.0"
|
|
gem "sqlite3"
|
|
|
|
gem "rspec-rails", ">= 2.0.0.beta"
|
|
|
|
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
|
|
# gem 'ruby-debug'
|
|
# gem 'ruby-debug19'
|