Skip to content

Commit 31808f3

Browse files
committed
chore: remove support ruby<3.0
1 parent ca206dc commit 31808f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
max-parallel: 1
1414
matrix:
15-
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
15+
ruby: ['3.0', '3.1', '3.2']
1616
name: 💎 Ruby ${{ matrix.ruby }}
1717
steps:
1818
- uses: actions/checkout@v3

stream.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.extra_rdoc_files = %w[README.md LICENSE]
1414
gem.files = Dir['lib/**/*']
1515
gem.license = 'BSD-3-Clause'
16-
gem.required_ruby_version = '>=2.5.0'
16+
gem.required_ruby_version = '>=3.0.0'
1717
gem.metadata = {
1818
'rubygems_mfa_required' => 'false',
1919
'homepage_uri' => 'https://getstream.io/activity-feeds/',

0 commit comments

Comments
 (0)