Skip to content

Commit

Permalink
Merge pull request #1354 from Retrospring/dependabot/bundler/openssl-…
Browse files Browse the repository at this point in the history
…3.2.0
  • Loading branch information
dependabot[bot] authored Sep 23, 2023
2 parents 04345ea + bf315ba commit 38f8b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ gem "pundit", "~> 2.3"
gem "rubyzip", "~> 2.3"

# to solve https://github.com/jwt/ruby-jwt/issues/526
gem "openssl", "~> 3.1"
gem "openssl", "~> 3.2"

# mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538
gem "mail", "~> 2.7.1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oj (3.16.1)
openssl (3.1.0)
openssl (3.2.0)
orm_adapter (0.5.0)
parallel (1.23.0)
parser (3.2.2.3)
Expand Down Expand Up @@ -534,7 +534,7 @@ DEPENDENCIES
net-pop
net-smtp
oj
openssl (~> 3.1)
openssl (~> 3.2)
pg
pghero
prometheus-client (~> 4.2)
Expand Down

0 comments on commit 38f8b77

Please sign in to comment.