From f986f68ac410df1c753540249716feb50e85175f Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 2 Jun 2013 21:04:38 +0200 Subject: [PATCH] Use devtools from rom project --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9e11c44a..f93c9cce 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,5 @@ source 'https://rubygems.org' gemspec -gem 'devtools', :git => 'https://github.com/datamapper/devtools.git' +gem 'devtools', :git => 'https://github.com/rom-rb/devtools.git' eval(File.read(File.join(File.dirname(__FILE__),'Gemfile.devtools')))