Skip to content

Commit

Permalink
Merge pull request #70 from pry/ruby-version-constraint
Browse files Browse the repository at this point in the history
gemspec: specify required Ruby version (>= 2.0)
  • Loading branch information
kyrylo authored Aug 8, 2017
2 parents 1ff81df + 46857e0 commit 4c61381
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Pry Doc changelog

### master

* Specified minimum required Ruby version in the gemspec
([#70](https://github.com/pry/pry-doc/pull/70))

### [v0.11.0][v0.11.0] (August 8, 2017)

* **IMPORTANT:** Drop support for Ruby 1.9.3
Expand Down
2 changes: 2 additions & 0 deletions pry-doc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ DESCR
s.require_paths = ["lib"]
s.files = `git ls-files`.split("\n")

s.required_ruby_version = '>= 2.0'

s.add_dependency 'yard', "~> 0.9"
s.add_dependency 'pry', "~> 0.9"
s.add_development_dependency 'latest_ruby', '~> 0.0'
Expand Down

0 comments on commit 4c61381

Please sign in to comment.