Skip to content

Commit

Permalink
chore(deps): bump jwt, rexml, aws-sdk-s3, fog-aws, mini_portile2, nok…
Browse files Browse the repository at this point in the history
…ogiri

chore(deps): bump jwt from 2.8.1 to 2.8.2
closes #7404

chore(deps): bump rexml from 3.2.8 to 3.3.1
closes #7391

chore(deps): bump aws-sdk-s3 from 1.155.0 to 1.156.0
closes #7411

chore(deps): bump mini_portile2 from 2.8.6 to 2.8.7
chore(deps): bump nokogiri from 1.16.5 to 1.16.6

chore(deps): bump fog-aws from 3.22.0 to 3.23.0
closes #7410
  • Loading branch information
cysjonathan committed Jul 4, 2024
1 parent c108b59 commit 9d26998
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ end

group :production do
# Use fog-aws as CarrierWave's storage provider
gem 'fog-aws', '3.22.0'
gem 'fog-aws', '>= 3.19'
gem 'flamegraph'
gem 'stackprof'
gem 'sidekiq'
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,24 +98,24 @@ GEM
activesupport (>= 3.0.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.949.0)
aws-sdk-core (3.200.0)
aws-partitions (1.951.0)
aws-sdk-core (3.201.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.87.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.155.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sdk-kms (1.88.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.156.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bcrypt (3.1.20)
builder (3.2.4)
builder (3.3.0)
bullet (7.1.6)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
Expand Down Expand Up @@ -192,7 +192,7 @@ GEM
ffi (1.17.0)
filename (0.1.2)
flamegraph (0.9.5)
fog-aws (3.22.0)
fog-aws (3.23.0)
fog-core (~> 2.1)
fog-json (~> 1.1)
fog-xml (~> 0.1)
Expand Down Expand Up @@ -257,7 +257,7 @@ GEM
activesupport (>= 5.0.0)
jmespath (1.6.2)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -306,13 +306,13 @@ GEM
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0305)
mime-types-data (3.2024.0702)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
mini_portile2 (2.8.7)
minitest (5.23.0)
multi_json (1.15.0)
net-imap (0.4.10)
Expand All @@ -326,7 +326,7 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.1)
nokogiri (1.16.5)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -423,8 +423,8 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.1)
strscan
rinku (2.0.6)
rollbar (3.5.2)
rouge (3.30.0)
Expand Down Expand Up @@ -590,7 +590,7 @@ DEPENDENCIES
ffi (>= 1.14.2)
filename
flamegraph
fog-aws (= 3.22.0)
fog-aws (>= 3.19)
friendly_id
html-pipeline
http_accept_language
Expand Down

0 comments on commit 9d26998

Please sign in to comment.