Gemfile in json_serialize-2.0.0 vs Gemfile in json_serialize-2.1.0

- old
+ new

@@ -1,9 +1,9 @@ source 'http://rubygems.org' # DEPENDENCIES -gem 'activerecord', require: 'active_record' -gem 'activesupport', require: 'active_support/core_ext/object/try' +gem 'activerecord', '>= 3.0', require: 'active_record' +gem 'activesupport', '>= 3.0', require: 'active_support/core_ext/object/try' group :development do gem 'jeweler' gem 'yard' gem 'RedCloth', require: 'redcloth'