Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:3-alpine

ARG CFNDSL_SPEC_VERSION=${CFNDSL_SPEC_VERSION:-149.0.0}
ARG CFNDSL_SPEC_VERSION=${CFNDSL_SPEC_VERSION:-191.0.0}

COPY . /src

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
cfndsl (1.6.0)
cfndsl (1.7.2)
hana (~> 1.3)
diff-lcs (1.5.0)
duplicate (1.1.1)
Expand Down
1 change: 1 addition & 0 deletions lib/cfhighlander.compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
require 'zip'
require_relative './util/zip.util'
require_relative './util/cloudformation.util'
require 'ostruct'

module Cfhighlander

Expand Down
2 changes: 1 addition & 1 deletion lib/cfhighlander.version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cfhighlander
VERSION="0.13.6".freeze
VERSION="0.13.7".freeze
end