File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 25
25
- 2.5
26
26
- 2.4
27
27
gemfile :
28
+ - openssl_3_2
28
29
- openssl_3_1
29
30
- openssl_3_0
30
31
- openssl_2_2
38
39
gemfile : openssl_3_1
39
40
- ruby-version : ' 2.5'
40
41
gemfile : openssl_3_1
42
+ - ruby-version : ' 2.4'
43
+ gemfile : openssl_3_2
44
+ - ruby-version : ' 2.5'
45
+ gemfile : openssl_3_2
46
+ - ruby-version : ' 2.6'
47
+ gemfile : openssl_3_2
41
48
env :
42
49
BUNDLE_GEMFILE : gemfiles/${{ matrix.gemfile }}.gemfile
43
50
steps :
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
+ appraise "openssl_3_2" do
4
+ gem "openssl" , "~> 3.2.0"
5
+ end
6
+
3
7
appraise "openssl_3_1" do
4
8
gem "openssl" , "~> 3.1.0"
5
9
end
Original file line number Diff line number Diff line change
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal", "~> 2.2"
6
+ gem "byebug", "~> 11.0"
7
+ gem "ed25519", "~> 1.2"
8
+ gem "rake", "~> 13.0"
9
+ gem "rspec", "~> 3.0"
10
+ gem "rubocop", "~> 1.0"
11
+ gem "openssl", "~> 3.2.0"
12
+
13
+ gemspec path: "../"
You can’t perform that action at this time.
0 commit comments