Skip to content

Commit

Permalink
[GEM] Added the minimal required version to the .gemspec files
Browse files Browse the repository at this point in the history
Related: #446
  • Loading branch information
Karel Minarik committed Jan 14, 2018
1 parent defca2d commit 62d3b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elasticsearch-dsl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = [ "README.md", "LICENSE.txt" ]
s.rdoc_options = [ "--charset=UTF-8" ]

s.required_ruby_version = '>= 1.9'

s.add_development_dependency "bundler", "~> 1.3"
s.add_development_dependency "rake", "~> 11.1"

Expand Down

0 comments on commit 62d3b7b

Please sign in to comment.