Skip to content

Commit 3ab6b13

Browse files
committed
min ruby version 2.5
1 parent 47f3556 commit 3ab6b13

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.4
43
- 2.5
54
- 2.6
65
- 2.7

open_api_import.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.test_files = s.files.grep(%r{^(test|spec|features)/})
1919
s.require_paths = ["lib"]
2020
s.executables << 'open_api_import'
21-
s.required_ruby_version = '>= 2.4'
21+
s.required_ruby_version = '>= 2.5'
2222
s.post_install_message = "Thanks for installing! Visit us on https://github.com/MarioRuiz/open_api_import"
2323
end
2424

0 commit comments

Comments
 (0)