Created
October 18, 2012 15:37
-
-
Save chsh/3912617 to your computer and use it in GitHub Desktop.
Gemfile for リブライズ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'rails', '3.2.8' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
gem 'pg' | |
# 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' | |
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
gem 'therubyracer' | |
gem 'uglifier', '>= 1.0.3' | |
gem 'bootstrap-sass', '~> 2.0.4' | |
gem 'font-awesome-sass-rails' | |
end | |
gem 'jquery-rails' | |
gem 'slim-rails' | |
gem 'formtastic', | |
git: 'git://github.com/justinfrench/formtastic.git', | |
branch: '2.1-stable' | |
gem 'formtastic-bootstrap', | |
git: 'https://github.com/cgunther/formtastic-bootstrap.git', | |
branch: 'bootstrap2-rails3-2-formtastic-2-1' | |
gem 'tabulous' | |
gem 'configuration' | |
gem 'devise' | |
gem 'omniauth' | |
gem 'omniauth-facebook' | |
gem 'koala' | |
gem 'rolify' | |
# To use ActiveModel has_secure_password | |
# gem 'bcrypt-ruby', '~> 3.0.0' | |
# To use Jbuilder templates for JSON | |
# gem 'jbuilder' | |
# Use unicorn as the web server | |
gem 'unicorn' | |
gem 'memcached' | |
gem 'memcache-client' | |
# Deploy with Capistrano | |
gem 'capistrano' | |
# To use debugger | |
# gem 'ruby-debug19', :require => 'ruby-debug' | |
gem 'amazon-ecs', require: 'amazon/ecs' | |
gem 'isbn' | |
gem 'cobravsmongoose' | |
gem 'chunky_png' | |
gem 'barby' | |
gem 'browser' | |
group :development, :test do | |
gem 'rspec-rails' | |
gem 'factory_girl_rails' | |
gem 'database_cleaner' | |
end | |
gem 'foursquare2' | |
gem 'ruby_tweaks', git: 'git://github.com/chsh/ruby_tweaks.git' | |
gem 'bitly' | |
gem 'kaminari' | |
gem 'sunspot_rails' | |
gem 'progress_bar' | |
group :development do | |
gem 'sunspot_solr' | |
end | |
gem 'state_machine' | |
gem 'flag_shih_tzu' | |
gem 'geokit' | |
gem 'dkim' | |
gem 'aws-ses', require: 'aws/ses' | |
gem 'paperclip' | |
group :development do | |
gem 'thin' | |
end | |
gem 'newrelic_rpm' | |
gem 'awesome_print' | |
gem 'redis' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment