Skip to content

Commit

Permalink
🔧 minimum ruby version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 24, 2024
1 parent 8f50622 commit 8c5693d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ancient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
# Skips the gemspec, to avoid the modern development tools which can't be installed on ancient Rubies.
- ancient
ruby:
- "2.3"
- "2.4"
- "2.5"
- "2.6"
- "2.7"
runs-on: ubuntu-22.04
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
Expand Down
1 change: 1 addition & 0 deletions rots.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Gem::Specification.new do |spec|
rots
]
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"

spec.add_dependency("date")
spec.add_dependency("net-http")
Expand Down

0 comments on commit 8c5693d

Please sign in to comment.