dase.gemspec in dase-4.2.0 vs dase.gemspec in dase-4.2.1

- old
+ new

@@ -11,15 +11,15 @@ gem.email = ["vovayartsev@gmail.com"] gem.description = %q{includes_count_of method on ActiveRecord::Relation to solve N+1 query problem when counting associated records } gem.summary = %q{Provides includes_count_of method on ActiveRecord::Relation to count associated records efficiently} gem.homepage = "https://github.com/vovayartsev/dase" - gem.add_runtime_dependency "activesupport", "~> 4.2.0" + gem.add_runtime_dependency "activesupport", "~> 4.2", '>= 4.2.10' if defined? JRUBY_VERSION gem.add_development_dependency 'activerecord-jdbcsqlite3-adapter' else - gem.add_runtime_dependency "activerecord", "~> 4.2.0" + gem.add_runtime_dependency 'activerecord', '~> 4.2', '>= 4.2.10' gem.add_development_dependency 'sqlite3', '~> 1.3' end # gem.add_development_dependency 'pry' gem.add_development_dependency 'rake', '~> 10.3'