From c7ac4e2485660b8e649dd4817bcf0ba7d35e748f Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 18 Jul 2013 20:53:05 +0800 Subject: [PATCH] Set tinymce-rails version to 3.5.8.3 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0d435026c..2b3825b5a 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem 'sinatra' gem 'sprockets' gem 'social-share-button' -gem 'tinymce-rails' +gem 'tinymce-rails', '3.5.8.3' 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'