Update Gemfile for rails 3.2

This commit is contained in:
nccu 2012-12-20 20:18:33 +08:00
parent 3c79200c2f
commit 68266e17ed
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
source 'http://rubygems.org'
gem 'rails', '>=3.1.0', '<3.2.0'
gem 'rails'
gem "brakeman"
gem 'mime-types'
@ -47,6 +47,7 @@ gem 'social-share-button'
gem 'tinymce-rails'
gem 'therubyracer' if RUBY_PLATFORM.downcase.include?("linux")
gem 'libv8', '~> 3.11.8' if RUBY_PLATFORM.downcase.include?("linux")
gem 'mongoid-encryptor', :require => 'mongoid/encryptor'
gem 'rb-readline' if RUBY_PLATFORM.downcase.include?("linux")
@ -92,3 +93,5 @@ group :test, :development do
# gem 'yard'
# gem "bluecloth"
end
gem 'debugger'