diff options
author | Benoit Daloze <[email protected]> | 2024-10-21 21:38:12 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-10-26 18:44:15 +0900 |
commit | 1cf1bf9588261263fbf5d423d4786d59bc2600f7 (patch) | |
tree | 1969eea8943ee59f8bcb9a804b91a56cb8385aac /ext/json/json.gemspec | |
parent | 70f554efb468278d4488c988f1eb59d00bacbda5 (diff) |
[ruby/json] Add lib/json/ext/generator/state.rb to the gemspec
* Otherwise the gem always uses the pure-Ruby backend
as it's missing that file and rescuing the LoadError.
https://github.com/ruby/json/commit/1e2809b0b0
Diffstat (limited to 'ext/json/json.gemspec')
-rw-r--r-- | ext/json/json.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec index c714ba86d1..39b0155d46 100644 --- a/ext/json/json.gemspec +++ b/ext/json/json.gemspec @@ -50,6 +50,7 @@ Gem::Specification.new do |s| "lib/json/add/time.rb", "lib/json/common.rb", "lib/json/ext.rb", + "lib/json/ext/generator/state.rb", "lib/json/generic_object.rb", "lib/json/pure.rb", "lib/json/pure/generator.rb", |