Gemfile in celluloid_pubsub-1.0.0 vs Gemfile in celluloid_pubsub-1.0.1
- old
+ new
@@ -1,9 +1,8 @@
source 'http://rubygems.org'
gemspec
-if RUBY_VERSION >= "2.2.0"
- gem 'activesupport', '>= 4.0', '>= 4.0'
-else
+if RUBY_VERSION < "2.2.0"
gem 'activesupport', '>= 4.0', '< 5.0'
+ gem 'bundler' '< 1.13'
end