Skip to content

Commit

Permalink
Clean up and organize Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
drapergeek committed Nov 17, 2012
1 parent 9a123ae commit c458c82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 65 deletions.
42 changes: 5 additions & 37 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,20 @@ source 'https://rubygems.org'
ruby '1.9.3'

gem 'rails', '3.2.8'

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

gem 'pg'
gem 'jquery-rails'
gem 'clearance'
gem 'thin'
gem 'simple_form'
gem 'bourbon'


# 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'
gem 'bootstrap-sass', '~> 2.1.1.0'
gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'
gem 'clearance'
gem 'thin'
gem 'high_voltage'
gem 'paperclip'
gem 'formtastic'
gem 'flutie'
gem 'bourbon'
gem 'airbrake'

group :development do
gem 'foreman'
end
Expand All @@ -51,23 +39,3 @@ group :test do
gem 'launchy'
gem 'simplecov', require: false
end

group :staging, :production do
gem 'newrelic_rpm'
end


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

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

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

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'debugger'
32 changes: 4 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
airbrake (3.1.6)
builder
girl_friday
arel (3.0.2)
bootstrap-sass (2.1.1.0)
bourbon (2.1.2)
Expand All @@ -55,7 +52,6 @@ GEM
clearance (0.16.3)
diesel (~> 0.1.5)
rails (>= 3.0)
cocaine (0.4.2)
coderay (1.0.8)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
Expand All @@ -64,7 +60,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.4.0)
connection_pool (0.9.2)
daemons (1.1.9)
database_cleaner (0.9.1)
diesel (0.1.5)
Expand All @@ -80,14 +75,8 @@ GEM
factory_girl (~> 4.1.0)
railties (>= 3.0.0)
ffi (1.1.5)
flutie (1.3.3)
foreman (0.60.2)
thor (>= 0.13.6)
formtastic (2.2.1)
actionpack (>= 3.0)
girl_friday (0.11.1)
connection_pool (~> 0.9.0)
rubinius-actor
guard (1.5.4)
listen (>= 0.4.2)
lumberjack (>= 1.0.2)
Expand All @@ -98,7 +87,6 @@ GEM
guard (>= 1.1)
spork (>= 0.8.4)
sys-proctable
high_voltage (1.2.1)
hike (1.2.1)
i18n (0.6.1)
journey (1.0.4)
Expand All @@ -122,14 +110,7 @@ GEM
mocha (0.12.3)
metaclass (~> 0.0.1)
multi_json (1.3.7)
newrelic_rpm (3.5.2.17)
nokogiri (1.5.5)
paperclip (3.3.1)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.4.0)
mime-types
pg (0.14.1)
polyglot (0.3.3)
pry (0.9.10)
Expand Down Expand Up @@ -172,9 +153,6 @@ GEM
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rubinius-actor (0.0.2)
rubinius-core-api
rubinius-core-api (0.0.1)
rubyzip (0.9.9)
sass (3.2.3)
sass-rails (3.2.5)
Expand All @@ -190,6 +168,9 @@ GEM
rack
shoulda-matchers (1.4.1)
activesupport (>= 3.0.0)
simple_form (2.0.4)
actionpack (~> 3.0)
activemodel (~> 3.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
Expand Down Expand Up @@ -222,7 +203,6 @@ PLATFORMS
ruby

DEPENDENCIES
airbrake
bootstrap-sass (~> 2.1.1.0)
bourbon
bourne
Expand All @@ -232,22 +212,18 @@ DEPENDENCIES
coffee-rails (~> 3.2.1)
database_cleaner
factory_girl_rails
flutie
foreman
formtastic
guard
guard-spork
high_voltage
jquery-rails
launchy
newrelic_rpm
paperclip
pg
rails (= 3.2.8)
rspec-rails
sass-rails (~> 3.2.3)
sham_rack
shoulda-matchers
simple_form
simplecov
thin
timecop
Expand Down

0 comments on commit c458c82

Please sign in to comment.