Skip to content

Commit

Permalink
use new extension-gem branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 19, 2024
1 parent ad10e27 commit ca38eaa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ gemspec
# checkout the latest version (develop) from github.
allow_local = ENV['FAVOR_LOCAL_GEMS']

# pin this dependency to avoid unicode_normalize error
gem 'addressable', '2.8.1'
# pin this dependency to avoid using racc dependency (which has native extensions)
# gem 'parser', '3.2.2.2'

gem 'openstudio-extension', '~> 0.8.2'
# gem 'openstudio-extension', '~> 0.8.2'
# if allow_local && File.exist?('../openstudio-extension-gem')
# gem 'openstudio-extension', path: '../openstudio-extension-gem'
# elsif allow_local
# gem 'openstudio-extension', github: 'NREL/openstudio-extension-gem', branch: 'develop'
gem 'openstudio-extension', github: 'NREL/openstudio-extension-gem', branch: 'bundler-hack'
# end

# if allow_local && File.exist?('../urbanopt-core-gem')
Expand Down

0 comments on commit ca38eaa

Please sign in to comment.