Skip to content

Commit

Permalink
Disable json_schemer due to unf_ext dependency: C++20 extension, disa…
Browse files Browse the repository at this point in the history
…llows linking debug

Disabled, see NREL#72 and NREL/OpenStudio#4969 (comment)
  • Loading branch information
jmarrec committed Feb 14, 2024
1 parent 8ddf521 commit dbc5f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if !MINIMAL_GEMS
# Bug in addressable to 2.8.1 and patched version has an issue https://github.com/NREL/OpenStudio/issues/4870
gem 'addressable', '= 2.8.1'
gem 'openstudio-standards', '= 0.5.0'
gem 'json_schemer', '= 2.0.0'
# gem 'json_schemer', '= 2.0.0' # Disabled, see #72 and https://github.com/NREL/OpenStudio/issues/4969#issuecomment-1943418472
end

if LOCAL_DEV
Expand Down

0 comments on commit dbc5f8c

Please sign in to comment.