Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bump Excon and consequently Jeff
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Nov 6, 2013
1 parent 073496e commit ad863a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jeff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = Jeff::VERSION

gem.add_dependency 'excon', '~> 0.27.0'
gem.add_dependency 'excon', '~> 0.28.0'
gem.add_development_dependency 'minitest'
gem.add_development_dependency 'rake'

Expand Down
2 changes: 1 addition & 1 deletion lib/jeff/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jeff
VERSION = '0.7.3'
VERSION = '0.7.4'
end

0 comments on commit ad863a5

Please sign in to comment.