We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f3556 commit 3ab6b13Copy full SHA for 3ab6b13
2 files changed
.travis.yml
@@ -1,6 +1,5 @@
1
language: ruby
2
rvm:
3
- - 2.4
4
- 2.5
5
- 2.6
6
- 2.7
open_api_import.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
s.test_files = s.files.grep(%r{^(test|spec|features)/})
19
s.require_paths = ["lib"]
20
s.executables << 'open_api_import'
21
- s.required_ruby_version = '>= 2.4'
+ s.required_ruby_version = '>= 2.5'
22
s.post_install_message = "Thanks for installing! Visit us on https://github.com/MarioRuiz/open_api_import"
23
end
24
0 commit comments