Skip to content

Instantly share code, notes, and snippets.

@jimlambie
Last active December 29, 2015 04:59
Show Gist options
  • Save jimlambie/7618583 to your computer and use it in GitHub Desktop.
Save jimlambie/7618583 to your computer and use it in GitHub Desktop.
Gemfile for Niche Providers applications
source "https://rubygems.org"
#ruby "1.9.3"
gem "rails", "3.2.14"
gem "pg"
gem "unicorn"
group :development do
gem "heroku_san"
end
group :assets do
gem "sass-rails", "~> 3.2.3"
gem "coffee-rails", "~> 3.2.1"
gem "uglifier", ">= 1.0.3"
end
gem "jquery-rails"
gem "acts_as_rateable", :git => "git://github.com/jimlambie/acts_as_rateable.git", :branch => "master"
gem "addresslogic", :git => "git://github.com/nathansamson/addresslogic.git"
gem 'exception_notification', :git => "git://github.com/smartinez87/exception_notification.git", :tag => "v3.0.1"
gem "niche_providers", :git => "git://github.com/jimlambie/niche-providers-engine", :branch => 'master'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment