Skip to content

Commit

Permalink
Change repo of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Giaccone committed Jan 23, 2014
1 parent 5e52a55 commit 5f219fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Expand Up @@ -6,8 +6,5 @@ gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'activeadmin', github: 'gregbell/active_admin', branch: 'master'
gem 'activeadmin-dragonfly', github: 'matjack1/activeadmin-dragonfly', branch: 'master' # TODO: change to right repo asap

# jquery-rails is used by the dummy application
gem 'jquery-rails'
gem 'activeadmin-dragonfly', github: 'stefanoverna/activeadmin-dragonfly', branch: 'master'

8 changes: 5 additions & 3 deletions Gemfile.lock
Expand Up @@ -18,13 +18,14 @@ GIT
sass-rails

GIT
remote: git://github.com/matjack1/activeadmin-dragonfly.git
revision: 3a4ff4f87bf5f926ac8d38b938299ac9089cfc83
remote: git://github.com/stefanoverna/activeadmin-dragonfly.git
revision: 452da70b194cdda1148ed0119a58a83cafe94f4d
branch: master
specs:
activeadmin-dragonfly (0.0.2)
activeadmin
dragonfly (= 0.9.15)
rack-cache

PATH
remote: .
Expand Down Expand Up @@ -117,6 +118,8 @@ GEM
activerecord (>= 3.0)
polyglot (0.3.3)
rack (1.5.2)
rack-cache (1.2)
rack (>= 0.4)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.2)
Expand Down Expand Up @@ -175,6 +178,5 @@ DEPENDENCIES
activeadmin-dragonfly!
activeadmin-wysihtml5!
coffee-rails
jquery-rails
sass-rails
uglifier

0 comments on commit 5f219fd

Please sign in to comment.