File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ spec = Gem::Specification.new do |s|
135135 s . add_development_dependency 'rspec_junit_formatter' , '~> 0.4'
136136 s . add_development_dependency 'ruby-prof' , '~> 1.4' if RUBY_ENGINE == 'ruby' # MRI Only
137137 s . add_development_dependency 'simplecov' , '~> 0.22'
138- s . add_development_dependency 'rexml' , '3.4.1 ' # 3.4.2 throws an error. See https://github.com/ruby/rexml/issues/287
138+ s . add_development_dependency 'rexml' , '3.4.4 ' # 3.4.2 throws an error. See https://github.com/ruby/rexml/issues/287
139139 s . add_development_dependency 'simplecov-cobertura' , '~> 3.0'
140140 # simplecov_json_formatter formatter supports SonarQube
141141 # s.add_development_dependency 'simplecov_json_formatter', '~> 0.1'
You can’t perform that action at this time.
0 commit comments