summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-27 09:42:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-03 19:42:06 +0900
commit9e93596d7b74914c9382b51e0f25890ebd7e27a9 (patch)
tree538a99952ffd3bdc03816505f6ff68cffbcc04f9 /lib
parent85dc570893c2aaf25501fc780343508c44c6cd1d (diff)
[ruby/ostruct] Drop to Ruby 2.4
https://github.com/ruby/ostruct/commit/00e8fe3df2
Diffstat (limited to 'lib')
-rw-r--r--lib/ostruct/ostruct.gemspec1
1 files changed, 1 insertions, 0 deletions
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"