Skip to content

Commit f34d28d

Browse files
authored
Set minimum Ruby version appropriately. (#15)
1 parent 249288d commit f34d28d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- macos
2222

2323
ruby:
24-
- "2.7"
24+
- "2.7.6"
2525
- "3.0"
2626
- "3.1"
2727
- "3.2"

protocol-websocket.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717

1818
spec.files = Dir.glob(['{lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)
1919

20-
spec.required_ruby_version = ">= 2.5.0"
20+
spec.required_ruby_version = ">= 2.7.6"
2121

2222
spec.add_dependency "protocol-http", "~> 0.2"
2323
spec.add_dependency "protocol-http1", "~> 0.2"

0 commit comments

Comments
 (0)