Skip to content

Commit

Permalink
clean up Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jul 26, 2012
1 parent f280833 commit e6631e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
29 changes: 1 addition & 28 deletions Gemfile
@@ -1,13 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '3.2.1'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'


gem 'rails'
gem 'haml-rails'

gem 'aws-s3', :require => 'aws/s3'

group :development do
Expand All @@ -18,31 +12,10 @@ group :production do
gem 'pg'
end

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'

gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# To use Jbuilder templates for JSON
# gem 'jbuilder'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -120,7 +120,7 @@ DEPENDENCIES
haml-rails
jquery-rails
pg
rails (= 3.2.1)
rails
sass-rails (~> 3.2.3)
sqlite3
uglifier (>= 1.0.3)

0 comments on commit e6631e6

Please sign in to comment.