Skip to content

Commit

Permalink
Remove Excon version number dependency (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-bytes authored and nevalla committed Feb 2, 2018
1 parent 5ae91b7 commit 5379330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kong.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_runtime_dependency "excon", "~> 0.49.0"
spec.add_runtime_dependency "excon"
end
2 changes: 1 addition & 1 deletion lib/kong/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kong
VERSION = '0.3.1'.freeze
VERSION = '0.3.2'.freeze
end

0 comments on commit 5379330

Please sign in to comment.