Skip to content

Commit

Permalink
Loosen rexml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bmedenwald committed Jul 17, 2024
1 parent 1157c44 commit 844d4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.3.2)
rexml (>= 3.3.2, < 4.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'claide', '>= 1.0.2', '< 2.0'
s.add_runtime_dependency 'colored2', '~> 3.1'
s.add_runtime_dependency 'nanaimo', '~> 0.3.0'
s.add_runtime_dependency 'rexml', '~> 3.3.2'
s.add_runtime_dependency 'rexml', '>= 3.3.2', '< 4.0'

## Make sure you can build the gem on older versions of RubyGems too:
s.rubygems_version = '1.6.2'
Expand Down

0 comments on commit 844d4e8

Please sign in to comment.