Skip to content

Commit

Permalink
Set required Ruby version (>= 1.9.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed Aug 26, 2016
1 parent 70c4b70 commit 1f4c588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enumerate_it.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.name = 'enumerate_it'
gem.require_paths = ['lib']
gem.version = EnumerateIt::VERSION
gem.required_ruby_version = '>= 1.9.3'

gem.add_dependency 'activesupport', '>= 3.0.0'

Expand Down

0 comments on commit 1f4c588

Please sign in to comment.