Skip to content

Commit

Permalink
Added addressable gem for better URI handling
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Grobelin <grobi@koppzu.de>
  • Loading branch information
mgrobelin authored and zenspider committed Jan 31, 2020
1 parent 3e04650 commit 45452e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ["lib"]

spec.add_dependency "addressable", "~> 2.5"
spec.add_dependency "inifile", "~> 3.0"
spec.add_dependency "json", ">= 1.8", "< 3.0"
spec.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
Expand Down

0 comments on commit 45452e0

Please sign in to comment.