Skip to content

Commit

Permalink
Updated lots of gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyken committed Dec 21, 2013
1 parent c4d2ced commit 4815d2c
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 113 deletions.
22 changes: 5 additions & 17 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ source 'https://rubygems.org'
# gem 'sqlite3'
gem 'pg'

# Allows easy switching between locally developed gems, and gems installed from rubygems.org
# See README for more info at: https://github.com/ndbroadbent/bundler_local_development
gem 'bundler_local_development', :group => :development, :require => false
begin
require 'bundler_local_development'
Bundler.development_gems = [/^ffcrm_/, /ransack/]
rescue LoadError
end

# Removes a gem dependency
def remove(name)
@dependencies.reject! {|d| d.name == name }
Expand All @@ -41,14 +32,12 @@ gem 'premailer', :require => false
remove 'fat_free_crm'

group :development do
gem 'thin'
gem 'quiet_assets'
gem 'capistrano'
gem 'capistrano_colors'

# Use zeus and guard gems to speed up development
# Run 'zeus start' and 'bundle exec guard' to get going
# don't load these gems in travis
unless ENV["CI"]
gem 'thin'
gem 'quiet_assets'
gem 'capistrano', '~> 2'
gem 'capistrano_colors'
gem 'guard'
gem 'guard-rspec'
gem 'guard-rails'
Expand Down Expand Up @@ -79,7 +68,6 @@ group :heroku do
gem 'unicorn', :platform => :ruby
end


# Gems used only for assets and not required
# in production environments by default.
group :assets do
Expand Down
Loading

0 comments on commit 4815d2c

Please sign in to comment.