From 142a21d956b6ade1b2129ed517bb48b1a960a8c5 Mon Sep 17 00:00:00 2001 From: Thomas Lecavelier Date: Thu, 12 Sep 2013 13:53:23 +0200 Subject: [PATCH] Apply gem changes to heroku --- Gemfile.heroku | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.heroku b/Gemfile.heroku index 81570b1449..f4c9fa527c 100644 --- a/Gemfile.heroku +++ b/Gemfile.heroku @@ -25,8 +25,8 @@ gem 'carrierwave' gem 'akismet', '~> 1.0' gem 'twitter' -gem 'prototype-rails', '~> 3.2.1' -gem 'prototype_legacy_helper', '0.0.0', :git => 'git://github.com/rails/prototype_legacy_helper.git' +gem "jquery-rails", "~> 3.0.4" +gem "jquery-ui-rails", "~> 4.0.4" gem 'rails_autolink', '~> 1.1.0' gem 'dynamic_form', '~> 1.1.4'