Skip to content

Commit

Permalink
Relax AWS S3 constraints
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Formsma <kevin.formsma@gmail.com>
  • Loading branch information
arothian committed Oct 1, 2020
1 parent e9a47b0 commit f68245f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cfn-nag (0.0.0)
aws-sdk-s3 (~> 1.60.1)
aws-sdk-s3 (~> 1.76)
cfn-model (= 0.5.1)
lightly (~> 0.3.2)
logging (~> 2.2.2)
Expand All @@ -13,22 +13,22 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
aws-eventstream (1.0.3)
aws-partitions (1.295.0)
aws-sdk-core (3.93.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-eventstream (1.1.0)
aws-partitions (1.378.0)
aws-sdk-core (3.109.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.30.0)
aws-sdk-core (~> 3, >= 3.71.0)
aws-sdk-kms (1.39.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.60.2)
aws-sdk-core (~> 3, >= 3.83.0)
aws-sdk-s3 (1.82.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.1)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
cfn-model (0.5.1)
kwalify (= 0.7.2)
psych (~> 3)
Expand All @@ -37,18 +37,18 @@ GEM
jaro_winkler (1.5.4)
jmespath (1.4.0)
kwalify (0.7.2)
lightly (0.3.2)
lightly (0.3.3)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
multi_json (1.14.1)
multi_json (1.15.0)
netaddr (2.0.4)
optimist (3.0.0)
optimist (3.0.1)
parallel (1.19.1)
parser (2.7.1.0)
ast (~> 2.4.0)
psych (3.1.0)
psych (3.2.0)
rainbow (3.0.0)
rake (13.0.1)
rexml (3.2.4)
Expand Down
2 changes: 1 addition & 1 deletion cfn-nag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
# this is NOT an invitation to make requests to AWS...
# this dependency is here only to optionally retrieve rules from s3
# cfn_nag is a static analysis tool that must be workable with NO network connectivity
s.add_runtime_dependency('aws-sdk-s3', '~> 1.60.1')
s.add_runtime_dependency('aws-sdk-s3', '~> 1.76')
s.add_runtime_dependency('lightly', '~> 0.3.2')

# WARNING: don't add any gems with poisonous GPL licenses
Expand Down

0 comments on commit f68245f

Please sign in to comment.