Skip to content

Commit 1ca5a6b

Browse files
committed
Bump minimum required Ruby version to 3.1
Previous minimum was 2.7, which was end-of-life (EOL) 2023-03-31. 3.0 was EOL 2024-04-23 ([source][]). [source]: https://www.ruby-lang.org/en/downloads/branches/
1 parent 1b72250 commit 1ca5a6b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
strategy:
1818
matrix:
1919
ruby:
20-
- '2.7'
21-
- '3.0'
2220
- '3.1'
2321
- '3.2'
2422
steps:

workos.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.add_development_dependency 'vcr', '~> 5.0.0'
3131
spec.add_development_dependency 'webmock'
3232

33-
spec.required_ruby_version = '>= 2.7'
33+
spec.required_ruby_version = '>= 3.1'
3434
end

0 commit comments

Comments
 (0)