Skip to content

Commit d6ae408

Browse files
olleolleolleioquatix
authored andcommitted
gemspec: Set Ruby req to 2.5+
implicit begin-rescue-end are used, so we need it
1 parent 2013d81 commit d6ae408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-container.gemspec

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

1414
spec.files = Dir.glob('{lib}/**/*', File::FNM_DOTMATCH, base: __dir__)
1515

16-
spec.required_ruby_version = "~> 2.0"
16+
spec.required_ruby_version = "~> 2.5"
1717

1818
spec.add_dependency "async", "~> 1.0"
1919
spec.add_dependency "async-io", "~> 1.26"

0 commit comments

Comments
 (0)