Skip to content

Commit cda9048

Browse files
authored
Merge pull request #203 from theonestack/release/0.13.7
bump cfndsl version
2 parents 5f97763 + 1154505 commit cda9048

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ruby:3-alpine
22

3-
ARG CFNDSL_SPEC_VERSION=${CFNDSL_SPEC_VERSION:-149.0.0}
3+
ARG CFNDSL_SPEC_VERSION=${CFNDSL_SPEC_VERSION:-191.0.0}
44

55
COPY . /src
66

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GEM
2525
aws-sigv4 (~> 1.4)
2626
aws-sigv4 (1.5.2)
2727
aws-eventstream (~> 1, >= 1.0.2)
28-
cfndsl (1.6.0)
28+
cfndsl (1.7.2)
2929
hana (~> 1.3)
3030
diff-lcs (1.5.0)
3131
duplicate (1.1.1)

lib/cfhighlander.compiler.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
require 'zip'
1313
require_relative './util/zip.util'
1414
require_relative './util/cloudformation.util'
15+
require 'ostruct'
1516

1617
module Cfhighlander
1718

lib/cfhighlander.version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cfhighlander
2-
VERSION="0.13.6".freeze
2+
VERSION="0.13.7".freeze
33
end

0 commit comments

Comments
 (0)