Skip to content

Commit

Permalink
Feature/243 modifiable dc conf (#247)
Browse files Browse the repository at this point in the history
* Modify data center config #243

* Fix issues reported by Codeclimate

* Fix CC issues

* Bump CLI version for gem upgrade

* Update lock file on version bump
  • Loading branch information
sayantam authored Sep 1, 2021
1 parent 3210670 commit be91b77
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions hailstorm-cli/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hailstorm-cli (1.0.15-java)
hailstorm-cli (1.0.16-java)
hailstorm (= 5.1.14)

GEM
Expand Down Expand Up @@ -40,17 +40,17 @@ GEM
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
aws-eventstream (1.1.0)
aws-partitions (1.342.0)
aws-sdk-core (3.104.0)
aws-eventstream (1.1.1)
aws-partitions (1.476.0)
aws-sdk-core (3.116.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.176.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sdk-ec2 (1.248.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.1)
aws-sigv4 (1.2.4)
aws-eventstream (~> 1, >= 1.0.2)
builder (3.2.4)
columnize (0.9.0)
Expand Down Expand Up @@ -90,10 +90,10 @@ GEM
cucumber-messages (~> 13.0, >= 13.0.1)
diff-lcs (1.4.4)
docile (1.3.2)
erubi (1.9.0)
erubi (1.10.0)
erubis (2.7.0)
ffi (1.13.1-java)
haikunator (1.1.0)
haikunator (1.1.1)
hailstorm (5.1.14-java)
actionpack (~> 6.0.0)
activerecord-jdbc-adapter (~> 60.2)
Expand All @@ -112,7 +112,7 @@ GEM
jmespath (1.4.0)
json (2.3.1-java)
linecache (1.3.1-java)
loofah (2.6.0)
loofah (2.10.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
middleware (0.1.0)
Expand All @@ -131,8 +131,8 @@ GEM
thor
thread_safe
rack (2.2.3)
rack-test (0.6.3)
rack (>= 1.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand Down Expand Up @@ -172,7 +172,7 @@ GEM
ruby-debug-base (~> 0.11.0.0)
ruby-debug-base (0.11.0-java)
ruby-progressbar (1.10.1)
rubyzip (2.3.0)
rubyzip (2.3.2)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand Down
2 changes: 1 addition & 1 deletion hailstorm-cli/lib/hailstorm/cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Version
module Hailstorm
module Cli
VERSION = '1.0.15'
VERSION = '1.0.16'
end
end

0 comments on commit be91b77

Please sign in to comment.