Skip to content

Commit

Permalink
Update CI to test against newer Rubies, and set the min ruby version …
Browse files Browse the repository at this point in the history
…supported in the gemspec
  • Loading branch information
stevegeek committed Mar 28, 2024
1 parent dad5e48 commit 2f476dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- 'jruby'
- 'truffleruby'

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.3.0
2 changes: 2 additions & 0 deletions unitwise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(/^test\//)
gem.require_paths = ['lib']

gem.required_ruby_version = '>= 2.6'

gem.add_dependency 'liner', '~> 0.2'
gem.add_dependency 'signed_multiset', '~> 0.2'
gem.add_dependency 'memoizable', '~> 0.4'
Expand Down

0 comments on commit 2f476dd

Please sign in to comment.