Clean up the comments in the Gemfile

This commit is contained in:
Matt Rogers 2012-08-28 08:41:25 -05:00
parent de33b85238
commit 1f678e5ea6

15
Gemfile
View file

@ -2,15 +2,11 @@ source 'https://rubygems.org'
gem 'rails'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
# you may comment out the database driver you will not be using.
# This will prevent a native build of the driver. Building native drivers is not always possible on all hosters
gem "sqlite3"
gem "mysql2"
# gem "highline", "~>1.5.0"
gem "RedCloth"
gem "formatize"
gem "sanitize"
@ -38,15 +34,6 @@ gem 'jquery-rails'
# To use ActiveModel has_secure_password
gem 'bcrypt-ruby'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
group :development do
if RUBY_VERSION.to_f >= 1.9
# gem "ruby-debug19", :require => 'ruby-debug'
@ -73,4 +60,4 @@ group :test do
# uncomment to be able to make screenshots from scenarios
#gem "capybara-screenshot"
#gem "launchy"
end
end