Skip to content

Commit

Permalink
Merge pull request #1 from itglue/upgrade-nori-dependency
Browse files Browse the repository at this point in the history
Upgrade nori to v2.4 to fix dependency conflict with Savon 2.11.1
  • Loading branch information
b-loyola authored May 24, 2019
2 parents 058fd27 + f3ecd04 commit af1feb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sekken.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'

# TODO: get rid of Nori.
s.add_dependency 'nori', '~> 2.2.0'
s.add_dependency 'nori', '~> 2.4.0'

s.add_dependency 'nokogiri', '>= 1.4.0'
s.add_dependency 'builder', '>= 3.0.0'
Expand Down

0 comments on commit af1feb2

Please sign in to comment.