Skip to content

Commit

Permalink
updates Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvlopes committed Sep 20, 2010
1 parent 2f61917 commit a823781
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
source 'http://rubygems.org'

# gem 'rails', ">=3.0"
gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'devise', '>=1.1.rc1'
gem 'rails', ">=3.0"
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'capistrano'

group :test do
gem "rspec", ">=2.0.0.beta.11"
gem "rspec-rails", ">=2.0.0.beta.11"
gem "rspec", ">= 2.0.0.beta.22"
gem "rspec-rails", ">= 2.0.0.beta.22"
gem 'capybara'
gem 'database_cleaner'
gem 'factory_girl'
gem 'steak', '>= 0.4.0.a5'
gem 'steak', '>= 1.0.0.beta.1'
end

0 comments on commit a823781

Please sign in to comment.