From 0ffcbdc32d7706d9a850d33d52f7b4bfbf4b307f Mon Sep 17 00:00:00 2001 From: Wenyi Kuang Date: Tue, 3 Sep 2024 16:12:58 -0600 Subject: [PATCH] Pinned the addressable to fix the unicode_normalize/normalize.rb error. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a171db6..9a681d6 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'regexp_parser', "2.9.0" # pin regexp_parser to 2.9.0, for more information: https://github.com/NREL/OpenStudio/issues/5203 # pin this dependency to avoid unicode_normalize error -# gem 'addressable', '2.8.1' +gem 'addressable', '2.8.1' # pin this dependency to avoid using racc dependency (which has native extensions) # gem 'parser', '3.2.2.2'