Skip to content

Commit

Permalink
add addressable gem dependency to encode URI (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampatbadhe authored Jul 21, 2022
1 parent 69e14f5 commit c5572b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions isbndb-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'httparty'
spec.add_runtime_dependency 'plissken'
spec.add_runtime_dependency 'addressable'

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", '~> 12.3', '>= 12.3.3'
Expand Down
1 change: 1 addition & 0 deletions lib/isbndb.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# vendors
require 'httparty'
require 'plissken'
require "addressable/uri"

# helpers w/o dependencies
require "isbndb/version"
Expand Down

0 comments on commit c5572b2

Please sign in to comment.