We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b41402a + 02332f6 commit 5a5857eCopy full SHA for 5a5857e
2 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- hcloud (1.1.0)
+ hcloud (1.2.0)
5
activemodel
6
oj
7
typhoeus
@@ -46,7 +46,7 @@ GEM
46
ffi (>= 1.15.0)
47
faker (3.0.0)
48
i18n (>= 1.8.11, < 2)
49
- ffi (1.15.5)
+ ffi (1.16.3)
50
grape (1.6.2)
51
activesupport
52
builder
@@ -64,7 +64,7 @@ GEM
64
ruby2_keywords (~> 0.0.1)
65
mustermann-grape (1.0.2)
66
mustermann (>= 1.0.0)
67
- oj (3.13.23)
+ oj (3.16.1)
68
parallel (1.22.1)
69
parser (3.1.3.0)
70
ast (~> 2.4.1)
lib/hcloud/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Hcloud
- VERSION = '1.1.0'
+ VERSION = '1.2.0'
end
0 commit comments