Skip to content

Commit 742a1e6

Browse files
committed
Pin rexml version (temporary workaround for rexml #131)
1 parent e65b4a5 commit 742a1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'jmespath'
1313
gem 'json'
1414
gem 'nokogiri', '>= 1.6.8.1'
1515
gem 'oga'
16-
gem 'rexml'
16+
gem 'rexml', '= 3.2.6' # Temporary Workaround (https://github.com/ruby/rexml/issues/131)
1717

1818
# These json and xml parsers do not have java gems
1919
unless defined?(JRUBY_VERSION)

0 commit comments

Comments
 (0)