Skip to content

Commit

Permalink
Tie celluloid to 0.16.0 because 0.16.1 breaks shit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 19, 2015
1 parent d0ad1f3 commit ee45d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rubydns/version.rb
Expand Up @@ -19,5 +19,5 @@
# THE SOFTWARE.

module RubyDNS
VERSION = '1.0.1'
VERSION = '1.0.2'
end
4 changes: 2 additions & 2 deletions rubydns.gemspec
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 1.9.3'

spec.add_dependency("celluloid", "~> 0.16.0")
spec.add_dependency("celluloid-io", "~> 0.16.2")
spec.add_dependency("celluloid", "= 0.16.0")
spec.add_dependency("celluloid-io", "= 0.16.2")
spec.add_dependency("timers", "~> 4.0.1")

spec.add_development_dependency "bundler", "~> 1.3"
Expand Down

0 comments on commit ee45d37

Please sign in to comment.