Skip to content

Commit

Permalink
Addressable dependency should be specified in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Oct 24, 2015
1 parent b191195 commit f75bdda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -2,7 +2,6 @@ source "https://rubygems.org"

gemspec

gem "addressable"
gem "awesome_print", require: "ap"
gem "coveralls", require: false
gem "dotenv"
Expand Down
1 change: 1 addition & 0 deletions tacokit.gemspec
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "faraday"
spec.add_dependency "faraday_middleware"
spec.add_dependency "simple_oauth"
spec.add_dependency "addressable"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10"
Expand Down

0 comments on commit f75bdda

Please sign in to comment.