临时
Showing
source 'http://rubygems.org' | ||
gem 'rails', '3.2.2' | ||
gem "activerecord-import", ">= 0.2.0" | ||
gem 'will_paginate' | ||
gem 'will-paginate-i18n' | ||
gem "paperclip", "~> 3.0" | ||
gem 'rails' | ||
gem "paperclip" | ||
gem 'http_accept_language' | ||
gem 'bb-ruby' | ||
gem 'devise' | ||
gem 'devise-i18n' | ||
gem 'kaminari' | ||
gem 'rails_admin' | ||
# Bundle edge Rails instead: | ||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
... | ... | @@ -17,15 +17,15 @@ gem 'mysql2' |
# 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' | ||
gem 'sass-rails' | ||
gem 'coffee-rails' | ||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
unless RUBY_PLATFORM["mswin"] or RUBY_PLATFORM["ming"] | ||
gem 'therubyracer' | ||
end | ||
gem 'uglifier', '>= 1.0.3' | ||
gem 'uglifier' | ||
end | ||
gem 'jquery-rails' | ||
... | ... | @@ -43,4 +43,4 @@ gem 'jquery-rails' |
# gem 'capistrano' | ||
# To use debugger | ||
# gem 'ruby-debug19', :require => 'ruby-debug' | ||
# gem 'ruby-debug19', :require => 'ruby-debug' | ||
\ No newline at end of file |
Please register or sign in to comment