Skip to content

Commit

Permalink
Attempt to work around CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Jun 14, 2021
1 parent c421ab3 commit d2af7f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ Gem::Specification.new do |spec|
# webmock 2 not yet compatible out of the box with VCR
spec.add_development_dependency 'webmock', '< 2' # used in vcr
# rexml is a bundled gem starting in Ruby 3.0
spec.add_dependency 'rexml' if RUBY_VERSION >= '3.0'
if RUBY_VERSION >= '3.0'
spec.add_dependency 'rexml'
end
end

0 comments on commit d2af7f6

Please sign in to comment.