diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-12-22 21:43:30 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-12-22 21:45:28 +0900 |
commit | 9b9cbbbc17bb5840581c7da37fd0feb0a7d4c1f3 () | |
tree | cc69767e7139d5616ad59764f8c897c598aa47ec /lib/ostruct | |
parent | 96b881679390271eb2234060ea7eed77a997d707 (diff) |
Update library versions of the default gems.
They are followed up with https://.com/ruby/ruby/commit/8fb02b7a97317090e3946e6f2d4a7d034f9699f1
-rw-r--r-- | lib/ostruct/ostruct.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.licenses = ["Ruby", "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" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] |