Skip to content

Commit

Permalink
Try older ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
intrip committed Jun 19, 2024
1 parent 02e3cde commit 74f5116
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
strategy:
matrix:
ruby:
- "3.1.2"
- "3.2.1"
- "3.3.1"
- "3.0.6"
- "3.1.6"
- "3.2.4"
- "3.3.3"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion homographic_spoofing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|

spec.files = Dir["lib/**/*", "MIT-LICENSE", "README.md"]

spec.required_ruby_version = '>= 3.1.0'
spec.required_ruby_version = '>= 3.0.0'

spec.add_dependency "zeitwerk", "~> 2.5"
spec.add_dependency "unicode-scripts"
Expand Down

0 comments on commit 74f5116

Please sign in to comment.