Skip to content

Commit 1e2809b

Browse files
committed
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.
1 parent f887daa commit 1e2809b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

json.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Gem::Specification.new do |s|
5050
"lib/json/add/time.rb",
5151
"lib/json/common.rb",
5252
"lib/json/ext.rb",
53+
"lib/json/ext/generator/state.rb",
5354
"lib/json/generic_object.rb",
5455
"lib/json/pure.rb",
5556
"lib/json/pure/generator.rb",

0 commit comments

Comments
 (0)