Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 3aaa444 commit 2e7ff58
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 @@ -59,7 +59,7 @@ gem 'gitlab_omniauth-ldap', '~> 2.2.0', require: 'omniauth-ldap'
gem 'omniauth_openid_connect', '0.7.1'

## UDID
gem 'openssl', '~> 3.1.0'
gem 'openssl', '~> 3.2.0'
gem 'plist', '~> 3.7.0'

## 系统信息
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ GEM
validate_email
validate_url
webfinger (~> 2.0)
openssl (3.1.0)
openssl (3.2.0)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.3.0)
Expand Down Expand Up @@ -606,7 +606,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 1.0.1)
omniauth-rails_csrf_protection (~> 1.0.1)
omniauth_openid_connect (= 0.7.1)
openssl (~> 3.1.0)
openssl (~> 3.2.0)
pg (>= 0.18, < 2.0)
pghero (~> 3.3.4)
plist (~> 3.7.0)
Expand Down

0 comments on commit 2e7ff58

Please sign in to comment.