From 1ffb4f30128b0b9e199eca1f704b53b45f9df6a6 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 7 Jun 2012 19:17:06 +0200 Subject: [PATCH] Use draper from git --- Gemfile | 2 +- Gemfile.lock | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 377db56..ab3e18d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'fog' gem 'simple_form' gem 'redcarpet' gem 'girl_friday' -gem 'draper' +gem 'draper', :git => 'git://github.com/sickill/draper.git' # Gems used only for assets and not required # in production environments by default. diff --git a/Gemfile.lock b/Gemfile.lock index da56e03..c41624c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,14 @@ GIT actionpack (>= 3.1) railties (>= 3.1) +GIT + remote: git://github.com/sickill/draper.git + revision: 988aa59002d59703dbfaeb83a2fb1bb8bd1c0a37 + specs: + draper (0.14.0) + actionpack (~> 3.2) + activesupport (~> 3.2) + GEM remote: http://rubygems.org/ specs: @@ -71,8 +79,6 @@ GEM confstruct (0.2.1) connection_pool (0.1.0) diff-lcs (1.1.3) - draper (0.11.1) - activesupport (>= 2.3.10) erubis (2.7.0) excon (0.9.6) execjs (1.3.0) @@ -261,7 +267,7 @@ DEPENDENCIES carrierwave coffee-rails confstruct - draper + draper! factory_girl_rails fog girl_friday