Skip to content

Commit

Permalink
[sc-106973] aws-sdk-core version bump (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
anosulchik authored Feb 22, 2024
1 parent 8befbaf commit 1c040df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
MovableInkAWS (2.8.9)
MovableInkAWS (2.8.10)
aws-sdk-athena (~> 1)
aws-sdk-autoscaling (~> 1)
aws-sdk-cloudwatch (~> 1)
Expand All @@ -27,7 +27,7 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
aws-eventstream (1.3.0)
aws-partitions (1.877.0)
aws-partitions (1.894.0)
aws-sdk-athena (1.79.0)
aws-sdk-core (~> 3, >= 3.188.0)
aws-sigv4 (~> 1.1)
Expand All @@ -37,7 +37,7 @@ GEM
aws-sdk-cloudwatch (1.84.0)
aws-sdk-core (~> 3, >= 3.188.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.190.1)
aws-sdk-core (3.191.3)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/movable_ink/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module MovableInk
class AWS
VERSION = '2.8.9'
VERSION = '2.8.10'
end
end

0 comments on commit 1c040df

Please sign in to comment.