Skip to content

Commit

Permalink
fix(urbanopt): Fix the addressable dependency in URBANopt Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Apr 26, 2023
1 parent 474dad8 commit 84fce4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/files/urbanopt_Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ruby '~> 2.7.0'

allow_local = ENV['FAVOR_LOCAL_GEMS']

# pin this dependency to avoid unicode_normalize error
gem 'addressable', '2.8.1'

if allow_local && File.exist?('../openstudio-common-measures-gem')
gem 'openstudio-common-measures', path: '../openstudio-common-measures-gem'
elsif allow_local
Expand Down

0 comments on commit 84fce4f

Please # to comment.