We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ac12f commit afe685eCopy full SHA for afe685e
.travis.yml
@@ -2,6 +2,7 @@ sudo: false
2
language: ruby
3
cache: bundler
4
rvm:
5
+- '2.3'
6
- '2.4'
7
- '2.5'
8
- ruby-head
yaml-safe_load_stream.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
spec.files = Dir[*%w(lib/yaml/safe_load_stream.rb lib/yaml/safe_load_stream/core-ext.rb LICENSE README.md)]
18
spec.require_paths = ["lib"]
19
20
- spec.required_ruby_version = '~> 2.4'
+ spec.required_ruby_version = '~> 2.3'
21
22
spec.add_development_dependency "bundler"
23
spec.add_development_dependency "rubocop"
0 commit comments