Skip to content

Commit

Permalink
Allow Addressable >= 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills authored Dec 22, 2017
1 parent 4a6b72b commit 4e7c4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frenetic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'faraday', '>= 0.8'
gem.add_dependency 'faraday_middleware', '>= 0.8'
gem.add_dependency 'activesupport', '>= 3'
gem.add_dependency 'addressable', '~> 2.3.4'
gem.add_dependency 'addressable', '>= 2.3.4'

gem.add_development_dependency 'awesome_print'
gem.add_development_dependency 'rspec', '~> 3.3.0'
Expand Down

0 comments on commit 4e7c4b7

Please sign in to comment.