Skip to content

Commit

Permalink
Merge pull request #24824 from code-dot-org/upgrade-firehose-gem
Browse files Browse the repository at this point in the history
Update AWS Firehose gem to 1.6
  • Loading branch information
sureshc committed Sep 17, 2018
2 parents 1c1948b + aae71b7 commit f424bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ gem 'aws-sdk-cloudwatchlogs', '~> 1'
gem 'aws-sdk-core', '~> 3'
gem 'aws-sdk-dynamodb', '~> 1'
gem 'aws-sdk-ec2', '~> 1'
gem 'aws-sdk-firehose', '~> 1'
gem 'aws-sdk-firehose', '~> 1.6'
gem 'aws-sdk-rds', '~> 1'
gem 'aws-sdk-route53', '~> 1'
gem 'aws-sdk-s3', '~> 1'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ GEM
auto_strip_attributes (2.1.0)
activerecord (>= 3.0)
aws-eventstream (1.0.1)
aws-partitions (1.96.0)
aws-partitions (1.104.0)
aws-sdk-acm (1.9.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
Expand All @@ -286,7 +286,7 @@ GEM
aws-sdk-cloudwatchlogs (1.4.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-core (3.22.1)
aws-sdk-core (3.27.0)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
Expand All @@ -297,8 +297,8 @@ GEM
aws-sdk-ec2 (1.40.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-firehose (1.4.0)
aws-sdk-core (~> 3)
aws-sdk-firehose (1.6.0)
aws-sdk-core (~> 3, >= 3.26.0)
aws-sigv4 (~> 1.0)
aws-sdk-kms (1.6.0)
aws-sdk-core (~> 3)
Expand Down Expand Up @@ -891,7 +891,7 @@ DEPENDENCIES
aws-sdk-core (~> 3)
aws-sdk-dynamodb (~> 1)
aws-sdk-ec2 (~> 1)
aws-sdk-firehose (~> 1)
aws-sdk-firehose (~> 1.6)
aws-sdk-rds (~> 1)
aws-sdk-route53 (~> 1)
aws-sdk-s3 (~> 1)
Expand Down

0 comments on commit f424bf9

Please sign in to comment.