Skip to content

Commit

Permalink
Add openssl gem
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed Mar 18, 2024
1 parent 62f1345 commit 3b26e9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -17,6 +17,11 @@ end

gem "cheffish", "~> 17.0.0"

# This is to help patch in openssl for Ruby 3.0.x, since Ruby 3.0 uses OpenSSL <3.0
# unless you build without and reintroduce it manually.
# Remove once we're no longer supporting Ruby 3.0.x.
gem "openssl", "~> 3.2.0"

gem "ast", "~> 2.4.2"
gem "rubocop-ast", ">= 1.31.0"

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -285,6 +285,7 @@ GEM
net-ssh (>= 5.0.0, < 8.0.0)
net-ssh (7.2.1)
nori (2.6.0)
openssl (3.2.0)
parallel (1.23.0)
parser (3.3.0.5)
ast (~> 2.4.1)
Expand Down Expand Up @@ -455,6 +456,7 @@ DEPENDENCIES
fauxhai-ng
inspec-core-bin (~> 5.22.36)
ohai!
openssl (~> 3.2.0)
pry (>= 0.14.1)
pry-byebug
pry-stack_explorer
Expand Down

0 comments on commit 3b26e9e

Please sign in to comment.