Skip to content

Commit

Permalink
Bump fog-proxmox dependency into 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanrobert committed Oct 3, 2018
1 parent c44b728 commit 6c8e27d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec

gem 'fog-proxmox', '~> 0.5.1'
gem 'fog-proxmox', '~> 0.5.2'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
foreman_fog_proxmox (0.5.1)
foreman_fog_proxmox (0.5.2)
deface
fog-proxmox (~> 0.5)

Expand Down Expand Up @@ -54,7 +54,7 @@ GEM
builder (3.2.3)
concurrent-ruby (1.0.5)
crass (1.0.4)
deface (1.3.1)
deface (1.3.2)
nokogiri (>= 1.6)
polyglot
rails (>= 4.1)
Expand All @@ -69,7 +69,7 @@ GEM
fog-json (1.2.0)
fog-core
multi_json (~> 1.10)
fog-proxmox (0.5.1)
fog-proxmox (0.5.2)
fog-core (~> 1.45)
fog-json (~> 1.0)
ipaddress (~> 0.8)
Expand All @@ -86,7 +86,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
marcel (0.3.2)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.0)
mimemagic (0.3.2)
Expand Down Expand Up @@ -166,11 +166,11 @@ PLATFORMS
ruby

DEPENDENCIES
fog-proxmox (~> 0.5.1)
fog-proxmox (~> 0.5.2)
foreman_fog_proxmox!
rdoc
rubocop
simplecov

BUNDLED WITH
1.16.3
1.16.5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you like it and need more features you can [support](SUPPORT.md) it.
Tested with:

* Foreman >= 1.17 and < 1.20
* Fog-proxmox >= 0.5.1
* Fog-proxmox >= 0.5.2
* Proxmox >= 5.1
* Ruby >= 2.3

Expand Down

0 comments on commit 6c8e27d

Please sign in to comment.