Skip to content

Commit

Permalink
Restrict URI gem to < 0.11.0
Browse files Browse the repository at this point in the history
The URI gem has changed its public API with this version, breaking
compatibility with the largely unmaintained `data_uri` gem. This fixes
the co-dependency issue for now; once this PR in `data_uri` is merged we
can update to the newest `uri` gem:

dball/data_uri#10
  • Loading branch information
mamhoff committed Sep 15, 2022
1 parent 7b1ea91 commit e93788a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions friendly_shipping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "nokogiri", "~> 1.6"
spec.add_runtime_dependency "physical", "~> 0.4", ">= 0.4.4"
spec.add_runtime_dependency "rest-client", "~> 2.0"
spec.add_runtime_dependency "uri", "< 0.11.0"
spec.required_ruby_version = '>= 2.5'

spec.add_development_dependency "bundler", ">= 2.1.4", "< 3"
Expand Down

0 comments on commit e93788a

Please sign in to comment.