From 9e93596d7b74914c9382b51e0f25890ebd7e27a9 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 27 Mar 2020 09:42:54 +0900 Subject: [ruby/ostruct] Drop to Ruby 2.4 https://github.com/ruby/ostruct/commit/00e8fe3df2 --- lib/ostruct/ostruct.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/ostruct/ostruct.gemspec b/lib/ostruct/ostruct.gemspec index a070e296c0..e3acace50d 100644 --- a/lib/ostruct/ostruct.gemspec +++ b/lib/ostruct/ostruct.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| spec.description = %q{Class to build custom data structures, similar to a Hash.} spec.homepage = "https://github.com/ruby/ostruct" spec.license = "BSD-2-Clause" + spec.required_ruby_version = ">= 2.5.0" spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "lib/ostruct/version.rb", "ostruct.gemspec"] spec.bindir = "exe" -- cgit v1.2.3