Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
ensure the libvirt is required via bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadlevy committed Jan 22, 2012
1 parent 46173b2 commit 18f121d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
@@ -1,4 +1,5 @@
source "http://rubygems.org"
gem "ruby-libvirt" # to remove once upgrading vir to 0.3

group :development do
gem "shoulda", ">= 2.11.3"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -8,6 +8,7 @@ GEM
rake
rake (0.8.7)
rcov (0.9.8)
ruby-libvirt (0.4.0)
shoulda (2.11.3)

PLATFORMS
Expand All @@ -17,4 +18,5 @@ DEPENDENCIES
bundler (~> 1.0.0)
jeweler (~> 1.5.2)
rcov (>= 0.9.8)
ruby-libvirt
shoulda (>= 2.11.3)

0 comments on commit 18f121d

Please sign in to comment.