Created
May 22, 2015 23:06
-
-
Save turizoft/d35b1d88404007d44d49 to your computer and use it in GitHub Desktop.
Gem set 2
This file contains hidden or 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' | |
ruby '1.9.3' | |
if RUBY_VERSION =~ /1.9/ | |
Encoding.default_external = Encoding::UTF_8 | |
Encoding.default_internal = Encoding::UTF_8 | |
end | |
gem 'rails', '4.1.6' | |
group :assets do | |
gem 'coffee-rails' | |
gem 'sass', '3.4.5' | |
gem 'uglifier' | |
end | |
group :development do | |
gem 'annotate' | |
# gem 'better_errors' | |
gem 'binding_of_caller' | |
# gem 'bullet' | |
gem 'debugger' | |
gem 'forgery' | |
gem 'letter_opener' | |
gem 'quiet_assets' | |
gem 'railroady' | |
gem 'rename' | |
gem 'sqlite3' | |
gem 'thin' | |
end | |
group :production do | |
gem 'pg' | |
gem 'puma', platforms: :ruby | |
gem 'rails_12factor' | |
end | |
# General | |
gem 'active_model_serializers' | |
gem 'activejob_backport' | |
gem 'bcrypt' | |
gem 'bower-rails' | |
gem 'carrierwave' | |
gem 'draper' | |
gem 'font-awesome-rails' | |
gem 'foundation-rails' | |
gem 'friendly_id' | |
gem 'gon' | |
gem 'jquery-rails' | |
gem 'jquery-ui-rails' | |
gem 'kaminari' | |
gem 'mini_magick' | |
gem 'oj' | |
gem 'rack-cors' | |
gem 'rails-i18n' | |
gem 'recursive-open-struct' | |
gem 'remotipart' | |
gem 'searchkick' | |
gem 'sorcery' | |
gem 'tabs_on_rails' | |
gem 'tzinfo-data', platforms: [:mswin, :mingw] | |
gem 'versionist' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment