Skip to content

Commit

Permalink
chore: add openssl 3.2
Browse files Browse the repository at this point in the history
Command executed:
```
bundle exec appraisal install
```
  • Loading branch information
nicolastemciuc committed Dec 16, 2024
1 parent da22fec commit dc28b4e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# frozen_string_literal: true

appraise "openssl_3_2" do
gem "openssl", "~> 3.2.0"
end

appraise "openssl_3_1" do
gem "openssl", "~> 3.1.0"
end
Expand Down
13 changes: 13 additions & 0 deletions gemfiles/openssl_3_2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal", "~> 2.2"
gem "byebug", "~> 11.0"
gem "ed25519", "~> 1.2"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.0"
gem "openssl", "~> 3.2.0"

gemspec path: "../"

0 comments on commit dc28b4e

Please # to comment.