Skip to content

Commit

Permalink
bump bundler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed Sep 22, 2012
1 parent 5c0652a commit a786c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/zk-server/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ZK
module Server
VERSION = "1.1.3" unless defined?(::ZK::Server::VERSION)
VERSION = "1.1.4" unless defined?(::ZK::Server::VERSION)
end
end
2 changes: 1 addition & 1 deletion zk-server.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.summary = s.description + "\n"
s.homepage = "http://github.com/slyphon/zk-server"

s.add_runtime_dependency 'bundler', '~> 1.1.3'
s.add_runtime_dependency 'bundler', '~> 1.1'
s.add_runtime_dependency 'slyphon-log4j', '= 1.2.15'
s.add_runtime_dependency 'slyphon-zookeeper_jar', '~> 3.3.5'
s.add_runtime_dependency 'slop', '~> 3.2.0'
Expand Down

0 comments on commit a786c61

Please sign in to comment.