Skip to content

Commit

Permalink
upgrade twitter gems
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Aug 14, 2024
1 parent 02a3e90 commit 094953b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions blue/twitter/send-post/lib/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.2.0)
aws-partitions (1.780.0)
aws-sdk-core (3.175.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-eventstream (1.3.0)
aws-partitions (1.963.0)
aws-sdk-core (3.201.4)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ssm (1.152.0)
aws-sdk-core (~> 3, >= 3.174.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.2)
aws-sdk-ssm (1.175.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
aws-eventstream (~> 1, >= 1.0.2)
jmespath (1.6.2)
x (0.14.1)
yake (1.0.0)
yake (1.1.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion blue/twitter/send-post/lib/lib/twitter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def upload(*media)
file_path = tempfile.path
media_category = 'tweet_image'

logger.info "UPLOAD [#{i + 1}/#{images.count}]"
logger.info "UPLOAD #{file_path} [#{i + 1}/#{images.count}]"
X::MediaUploader.upload(client:, file_path:, media_category:)
end
end
Expand Down

0 comments on commit 094953b

Please sign in to comment.