diff --git a/Gemfile b/Gemfile index 0e0792b3fc..1fe0bbba46 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } gem 'rails', '~> 3.2.22' gem 'rails-i18n', '~> 3.0.0' +gem 'rails_safe_tasks', '~> 1.0' gem 'i18n', '~> 0.6.11' gem 'i18n-js', '~> 3.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 3d03da5a6f..3cc147ba19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -617,6 +617,7 @@ GEM rails-i18n (3.0.1) i18n (~> 0.5) rails (>= 3.0.0, < 4.0.0) + rails_safe_tasks (1.0.0) railties (3.2.22.5) actionpack (= 3.2.22.5) activesupport (= 3.2.22.5) @@ -853,6 +854,7 @@ DEPENDENCIES rack-ssl rails (~> 3.2.22) rails-i18n (~> 3.0.0) + rails_safe_tasks (~> 1.0) redcarpet roadie-rails (~> 1.1.1) roo (~> 2.7.0)