Skip to content

Commit

Permalink
Run CI on Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascco committed Oct 20, 2023
1 parent 483e9b7 commit ed03d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.0'
- '3.1'
- '3.2'

Expand Down
2 changes: 1 addition & 1 deletion rubrik.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = "Sign PDFs digitally in pure Ruby"
spec.homepage = "https://github.com/tomascco/rubrik"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.1.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/tomascco/rubrik"
Expand Down

0 comments on commit ed03d84

Please sign in to comment.