Skip to content

Instantly share code, notes, and snippets.

@voodoo
Created October 21, 2019 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voodoo/a2e516df6ab72e40bf0bcacbcf3affad to your computer and use it in GitHub Desktop.
Save voodoo/a2e516df6ab72e40bf0bcacbcf3affad to your computer and use it in GitHub Desktop.
# Gemfile
source 'http://rubygems.org'
ruby '2.2.1'
gem "rails", "4.2.0"
gem 'paperclip'
gem 'acts_as_tree'
gem 'acts_as_list'
gem 'acts_as_commentable', '3.0.1'
gem "font-awesome-rails"
gem "jquery_mobile_rails", "1.3.2"
gem 'geocoder'
gem "scoped_search"#gem "meta_search"
gem "haml"
gem 'sass'
gem 'rake'
gem 'mysql2'
gem 'RedCloth'
gem 'kaminari'
gem 'awesome_print'
gem 'vpim-rails', :git => 'git://github.com/fraser/vpim-rails.git', :require => 'vpim'
gem 'twilio-rb'
gem 'useragent'
gem 'exception_notification'
gem 'coffee-rails'
gem 'uglifier'
gem 'faker'
gem 'dynamic_form'
group :test do
gem 'minitest-rails-capybara'
gem 'minitest-reporters'
gem 'launchy'
end
group :development do
gem 'better_errors'
gem 'thin'
gem 'quiet_assets'
gem 'capistrano', '~> 3.1'
gem 'capistrano-rails', '~> 1.1'
gem 'capistrano-faster-assets', '~> 1.0'
gem 'capistrano-bundler'
gem 'capistrano-rbenv'
gem 'capistrano-passenger'
end
gem "therubyracer"
gem 'authlogic'
gem 'bcrypt'
gem 'scrypt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment