Skip to content

Commit

Permalink
Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Sep 6, 2011
1 parent 4130b0f commit babd36b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Gemfile
Expand Up @@ -4,25 +4,20 @@ source "http://rubygems.org"
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

gem 'activerecord'

gem 'devise'
gem 'mysql2'

gem 'rake-kit'
gem 'require_all'

gem 'sugar-high'
gem 'sweetloader'

group :development, :test do
gem 'devise'
gem 'mysql2'
gem 'jeweler'
gem 'cutter'
gem 'rails'
end

group :test do
gem 'rspec-rails'
gem 'capybara'
gem 'factory_girl'
Expand Down

0 comments on commit babd36b

Please sign in to comment.