Skip to content

Commit fea0249

Browse files
build(deps): update openssl requirement from ~> 3.3 to ~> 4.0 (#2354)
Updates the requirements on [openssl](https://github.com/ruby/openssl) to permit the latest version. - [Release notes](https://github.com/ruby/openssl/releases) - [Changelog](https://github.com/ruby/openssl/blob/master/History.md) - [Commits](ruby/openssl@v3.3.0...v4.0.0) --- updated-dependencies: - dependency-name: openssl dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent caa87a9 commit fea0249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ gem 'bugsnag-maze-runner', '~>10.0'
1111

1212
gem "license_finder", "~> 7.0"
1313

14-
gem "openssl", "~> 3.3"
14+
gem "openssl", "~> 4.0"

0 commit comments

Comments
 (0)