Skip to content

Commit 12a2e45

Browse files
authored
Merge pull request #530 from simplificator/ruby-3-0-rebased
Add Ruby 3.0 to the cross compile list
2 parents 65757c4 + 729c576 commit 12a2e45

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,5 +274,6 @@ workflows:
274274
- '2.5'
275275
- '2.6'
276276
- '2.7'
277+
- '3.0'
277278
- test_linux:
278279
matrix: *ruby_versions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## (unreleased)
22

3+
* Add Ruby 3.0 to the cross compile list
4+
35
## 2.1.5
46

57
* Fix compilation errors for Amazon Linux 1. Fixes #495.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM_PLATFORM_HOSTS = {
1010
'x86-mingw32' => 'i686-w64-mingw32',
1111
'x64-mingw32' => 'x86_64-w64-mingw32'
1212
}
13-
RUBY_CC_VERSION="2.7.0:2.6.0:2.5.0:2.4.0".freeze
13+
RUBY_CC_VERSION="3.0.0:2.7.0:2.6.0:2.5.0:2.4.0".freeze
1414

1515
# Add our project specific files to clean for a rebuild
1616
CLEAN.include FileList["{ext,lib}/**/*.{so,#{RbConfig::CONFIG['DLEXT']},o}"],

0 commit comments

Comments
 (0)