Skip to content

Commit

Permalink
Merge pull request #91 from NREL/regexp_parser
Browse files Browse the repository at this point in the history
Pin regexp_parser (a rubocop dependency) to 2.9.0
  • Loading branch information
jmarrec authored May 17, 2024
2 parents 0e84b9a + 3f6a870 commit 0d15f54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ if !MINIMAL_GEMS
# gem 'json_schemer', '= 2.0.0' # Disabled, see #72 and https://github.com/NREL/OpenStudio/issues/4969#issuecomment-1943418472
end

if !MINIMAL_GEMS
# 2.9.1 changed a bunch of require with require_relative and that's
# apparently causing problems
gem 'regexp_parser', '2.9.0'
end

if LOCAL_DEV

gem 'oslg', path: '../oslg'
Expand Down

0 comments on commit 0d15f54

Please sign in to comment.