diff --git a/Gemfile b/Gemfile index df9edde..0dd2645 100644 --- a/Gemfile +++ b/Gemfile @@ -19,5 +19,5 @@ end group :profiling do gem "ruby-prof", "~> 0.10.8" gem "mustache", "~> 0.99.4" - gem "viiite", :path => "../viiite" #:git => "git://github.com/blambeau/viiite.git" + gem "viiite", :git => "git://github.com/blambeau/viiite.git" end diff --git a/Gemfile.lock b/Gemfile.lock index 3ac8d0d..8de1028 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,6 @@ -PATH - remote: ../viiite +GIT + remote: git://github.com/blambeau/viiite.git + revision: 8986ef83359bf0b15dcbfaa54a985ca6ee71af4d specs: viiite (0.3.0) alf (~> 0.11.1) @@ -21,6 +22,7 @@ GEM epath (0.1.1) gnuplot (2.3.6) json (1.7.3) + json (1.7.3-java) mustache (0.99.4) myrrha (1.2.2) quickl (0.4.3)