Skip to content

Commit

Permalink
Bump openssl from 3.2.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/ruby/openssl) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/ruby/openssl/releases)
- [Changelog](https://github.com/ruby/openssl/blob/master/History.md)
- [Commits](ruby/openssl@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 0994977 commit 2488686
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 @@ -115,7 +115,7 @@ gem "pundit", "~> 2.4"
gem "rubyzip", "~> 2.3"

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

# 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 @@ -318,7 +318,7 @@ GEM
oj (3.16.7)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
openssl (3.2.0)
openssl (3.3.0)
orm_adapter (0.5.0)
os (1.1.4)
ostruct (0.6.0)
Expand Down Expand Up @@ -599,7 +599,7 @@ DEPENDENCIES
net-pop
net-smtp
oj
openssl (~> 3.2)
openssl (~> 3.3)
pg
pghero
prometheus-client (~> 4.2)
Expand Down

0 comments on commit 2488686

Please sign in to comment.