We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25699e commit e151ed6Copy full SHA for e151ed6
green-button-data.gemspec
@@ -15,7 +15,8 @@ Gem::Specification.new do |s|
15
s.files = `git ls-files`.split("\n")
16
s.require_paths = ['lib']
17
18
- s.platform = Gem::Platform::RUBY
+ s.platform = Gem::Platform::RUBY
19
+ s.required_ruby_version = '>= 1.9.3'
20
21
s.add_dependency 'nokogiri', '~> 1.6'
22
s.add_dependency 'sax-machine', '~> 1.3'
0 commit comments