Skip to content

Commit

Permalink
Refs #38017 - Pin fog-libvirt to ~> 0.12.0
Browse files Browse the repository at this point in the history
fog-libvirt 0.13 changes the testing slightly. This pins to the version
we're already using instead of adapting the tests.
  • Loading branch information
ekohl committed Nov 20, 2024
1 parent ab152cb commit 67bd029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler.d/libvirt.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
group :libvirt do
gem 'fog-libvirt', '>= 0.12.0'
gem 'fog-libvirt', '~> 0.12.0'
gem 'ruby-libvirt', '~> 0.5', :require => 'libvirt'
end

0 comments on commit 67bd029

Please sign in to comment.