Skip to content

Commit

Permalink
Change active_admin_editor github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssjr committed Jun 30, 2015
1 parent df1b4c9 commit 1c9767c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -479,3 +479,6 @@ DEPENDENCIES
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)

BUNDLED WITH
1.10.5

0 comments on commit 1c9767c

Please sign in to comment.