summaryrefslogtreecommitdiff
path: root/lazar.gemspec
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-06-09 11:08:45 +0000
committergebele <gebele@in-silico.ch>2017-06-09 11:08:45 +0000
commit710031f953429c6e1a76aff4984ee76f7a1ee485 (patch)
treeb56de76f91500ba72edfb22396dfe9547616eeaa /lazar.gemspec
parent9aa5203dd375225996c1efe4be1a4324ddc6cda7 (diff)
added addressable gem to avoid URI::InvalidURIError
Diffstat (limited to 'lazar.gemspec')
-rw-r--r--lazar.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lazar.gemspec b/lazar.gemspec
index 90f1cf2..3c704c8 100644
--- a/lazar.gemspec
+++ b/lazar.gemspec
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
# specify any dependencies here; for example:
s.add_runtime_dependency 'bundler'
s.add_runtime_dependency 'rest-client'
+ s.add_runtime_dependency 'addressable'
s.add_runtime_dependency 'nokogiri'
s.add_runtime_dependency 'rserve-client'
s.add_runtime_dependency 'mongoid'