Skip to content

Commit 67aeb4a

Browse files
authored
Added all versions up to Ruby 3.4 to the CI matrix. (#16)
Signed-off-by: Hermann Mayer <[email protected]>
1 parent e07b87e commit 67aeb4a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: ['2.7', '3.0']
21+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
2222
rails: ['6.1', '7.1']
2323
env:
2424
BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### next
22

3-
* TODO: Replace this bullet point with an actual description of a change.
3+
* Added all versions up to Ruby 3.4 to the CI matrix (#16)
44

55
### 1.5.1 (17 January 2025)
66

alarmable.gemspec

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Gem::Specification.new do |spec|
4040
spec.add_dependency 'activejob-cancel', '~> 0.3'
4141
spec.add_dependency 'activerecord', '>= 6.1'
4242
spec.add_dependency 'activesupport', '>= 6.1'
43+
spec.add_dependency 'base64', '~> 0.2.0'
44+
spec.add_dependency 'bigdecimal', '~> 3.1'
4345
spec.add_dependency 'hashdiff', '~> 1.0'
46+
spec.add_dependency 'mutex_m', '~> 0.3.0'
4447
spec.add_dependency 'zeitwerk', '~> 2.6'
4548
end

0 commit comments

Comments
 (0)