Commit 1bfd092

mo <mo.khan@gmail.com>
2017-11-10 23:23:23
specify minimum ruby version.
1 parent 7c07f6e
Changed files (1)
saml-kit.gemspec
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
   spec.description   = %q{A simple toolkit for working with SAML.}
   spec.homepage      = "http://www.mokhan.ca"
   spec.license       = "MIT"
+  spec.required_ruby_version = '>= 2.2.0'
 
   # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
   # to allow pushing to a single host or delete this section to allow pushing to any host.