From 1c9767cd5753fda553dea4a58491f2acda5b6188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Schnorr=20J=C3=BAnior?= Date: Mon, 29 Jun 2015 21:54:31 -0300 Subject: [PATCH] Change active_admin_editor github repo https://github.com/ejholmes/active_admin_editor/issues/59 --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a5a124f..81c9689 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', '~> 0.4.0', group: :doc # For hypertext edit on active admin -gem 'active_admin_editor', github: 'ejholmes/active_admin_editor' +gem 'active_admin_editor', github: 'boontdustie/active_admin_editor' # For image uploader gem 'carrierwave' gem 'fog' diff --git a/Gemfile.lock b/Gemfile.lock index d442e71..bdad80d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT - remote: git://github.com/ejholmes/active_admin_editor.git - revision: 86f964be3071cd938c3cd17ad00df94ece3a50c0 + remote: git://github.com/boontdustie/active_admin_editor.git + revision: efc7df212173cbac65dc95ed50e6f5917ae049c0 specs: active_admin_editor (1.1.0) activeadmin (>= 0.4.0) @@ -479,3 +479,6 @@ DEPENDENCIES turbolinks uglifier (>= 1.3.0) web-console (~> 2.0) + +BUNDLED WITH + 1.10.5