Commit 1ac07f945a40fad850d7a96e89aba930d6c28bb8
1 parent
e13bfd99
Exists in
master
and in
18 other branches
Added required_ruby_version
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
searchkick.gemspec
... | ... | @@ -18,6 +18,8 @@ Gem::Specification.new do |spec| |
18 | 18 | spec.test_files = spec.files.grep(%r{^(test|spec|features|benchmark)/}) |
19 | 19 | spec.require_paths = ["lib"] |
20 | 20 | |
21 | + spec.required_ruby_version = ">= 2.2.0" | |
22 | + | |
21 | 23 | spec.add_dependency "activemodel", ">= 4.2" |
22 | 24 | spec.add_dependency "elasticsearch", ">= 5" |
23 | 25 | spec.add_dependency "hashie" | ... | ... |