Skip to content

Commit 01ffa53

Browse files
authored
Release 0.4.6 (#117)
1 parent 533bbf5 commit 01ffa53

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
kontena-mortar (0.4.5.rc2)
4+
kontena-mortar (0.4.6)
55
clamp (~> 1.3)
66
deep_merge (~> 1.2)
77
k8s-client (~> 0.10.4)
@@ -26,7 +26,7 @@ GEM
2626
dry-core (0.4.9)
2727
concurrent-ruby (~> 1.0)
2828
dry-equalizer (0.2.2)
29-
dry-inflector (0.1.2)
29+
dry-inflector (0.2.0)
3030
dry-logic (0.6.1)
3131
concurrent-ruby (~> 1.0)
3232
dry-core (~> 0.2)
@@ -44,7 +44,7 @@ GEM
4444
dry-inflector (~> 0.1, >= 0.1.2)
4545
dry-logic (~> 0.4, >= 0.4.2)
4646
equatable (0.5.0)
47-
excon (0.67.0)
47+
excon (0.68.0)
4848
hashdiff (1.0.0)
4949
ice_nine (0.11.2)
5050
jaro_winkler (1.5.3)
@@ -60,7 +60,7 @@ GEM
6060
recursive-open-struct (~> 1.1.0)
6161
yajl-ruby (~> 1.4.0)
6262
yaml-safe_load_stream (~> 0.1)
63-
multi_json (1.13.1)
63+
multi_json (1.14.1)
6464
necromancer (0.4.0)
6565
parallel (1.17.0)
6666
parser (2.6.4.1)
@@ -71,7 +71,7 @@ GEM
7171
rainbow (3.0.0)
7272
rake (10.5.0)
7373
recursive-open-struct (1.1.0)
74-
rouge (3.11.0)
74+
rouge (3.12.0)
7575
rspec (3.8.0)
7676
rspec-core (~> 3.8.0)
7777
rspec-expectations (~> 3.8.0)

lib/mortar/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Mortar
4-
VERSION = "0.4.5"
4+
VERSION = "0.4.6"
55
end

0 commit comments

Comments
 (0)