Skip to content

Commit

Permalink
Remove local viite dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed May 31, 2012
1 parent c37dbe8 commit be861ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
6 changes: 4 additions & 2 deletions 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)
Expand All @@ -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)
Expand Down

0 comments on commit be861ff

Please sign in to comment.