Skip to content

Commit

Permalink
Add lib/json/ext/generator/state.rb to the gemspec
Browse files Browse the repository at this point in the history
* Otherwise the gem always uses the pure-Ruby backend
  as it's missing that file and rescuing the LoadError.
  • Loading branch information
eregon committed Oct 21, 2024
1 parent f887daa commit 540b00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Gem::Specification.new do |s|
"lib/json/add/struct.rb",
"lib/json/add/symbol.rb",
"lib/json/add/time.rb",
"lib/json/ext/generator/state.rb",
"lib/json/common.rb",
"lib/json/ext.rb",
"lib/json/generic_object.rb",
Expand Down

0 comments on commit 540b00c

Please sign in to comment.