Skip to content

Commit

Permalink
Pin rexml to 3.2.5 in test to avoid strscan new native dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed May 17, 2024
1 parent f4ceb9c commit 49cf80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/test/bundle_git/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ gem 'xml-simple'
# gem 'openstudio-extension', git: 'https://github.com/NREL/openstudio-extension-gem.git', ref: 'v0.8.0'
gem 'simplecov', git: 'https://github.com/simplecov-ruby/simplecov', ref: 'v0.21.2'
gem 'tilt', git: 'https://github.com/rtomayko/tilt.git', ref: 'abe77eaf1b5f8da0a7e46135f'
gem 'rexml', '3.2.5' # Avoid strscan native dep
1 change: 1 addition & 0 deletions src/cli/test/bundle_native_embedded/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ source 'http://rubygems.org'
gem 'rubocop', '1.63.4'
# Our CLI has json 2.6.3, which satisfies this version
# racc is also in our CLI
gem 'rexml', '3.2.5' # Avoid strscan native dep

0 comments on commit 49cf80c

Please sign in to comment.