换行....
Showing
.gitattributes
0 → 100644
source 'http://rubygems.org' | ||
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' | ||
gem 'mysql2' | ||
# Gems used only for assets and not required | ||
# in production environments by default. | ||
group :assets do | ||
gem 'sass-rails' | ||
gem 'coffee-rails' | ||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
if RUBY_PLATFORM["mswin"] or RUBY_PLATFORM["ming"] | ||
gem 'therubyrhino' | ||
else | ||
gem 'therubyracer' | ||
end | ||
gem 'uglifier' | ||
end | ||
gem 'jquery-rails' | ||
# To use ActiveModel has_secure_password | ||
# gem 'bcrypt-ruby', '~> 3.0.0' | ||
# To use Jbuilder templates for JSON | ||
# gem 'jbuilder' | ||
# Use unicorn as the app server | ||
# gem 'unicorn' | ||
# Deploy with Capistrano | ||
# gem 'capistrano' | ||
# To use debugger | ||
source 'http://rubygems.org' | ||
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' | ||
gem 'mysql2' | ||
# Gems used only for assets and not required | ||
# in production environments by default. | ||
group :assets do | ||
gem 'sass-rails' | ||
gem 'coffee-rails' | ||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
if RUBY_PLATFORM["mswin"] or RUBY_PLATFORM["ming"] | ||
gem 'therubyrhino' | ||
else | ||
gem 'therubyracer' | ||
end | ||
gem 'uglifier' | ||
end | ||
gem 'jquery-rails' | ||
# To use ActiveModel has_secure_password | ||
# gem 'bcrypt-ruby', '~> 3.0.0' | ||
# To use Jbuilder templates for JSON | ||
# gem 'jbuilder' | ||
# Use unicorn as the app server | ||
# gem 'unicorn' | ||
# Deploy with Capistrano | ||
# gem 'capistrano' | ||
# To use debugger | ||
# gem 'ruby-debug19', :require => 'ruby-debug' | ||
\ No newline at end of file |
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment