diff --git a/Gemfile.lock b/Gemfile.lock index 7d7cfa3..0e09efb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: factory_bot (4.11.1) - activesupport (>= 3.0.0) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ diff --git a/factory_bot.gemspec b/factory_bot.gemspec index 72f5a7e..1bf7d20 100644 --- a/factory_bot.gemspec +++ b/factory_bot.gemspec @@ -15,14 +15,14 @@ Gem::Specification.new do |s| %w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS README.md .yardopts] s.require_path = "lib" - s.required_ruby_version = Gem::Requirement.new(">= 1.9.2") + s.required_ruby_version = Gem::Requirement.new(">= 2.3.0") s.authors = ["Josh Clayton", "Joe Ferris"] s.email = ["jclayton@thoughtbot.com", "jferris@thoughtbot.com"] s.homepage = "https://github.com/thoughtbot/factory_bot" - s.add_dependency("activesupport", ">= 3.0.0") + s.add_dependency("activesupport", ">= 4.2.0") s.add_development_dependency("activerecord") s.add_development_dependency("appraisal") diff --git a/gemfiles/4.2.gemfile.lock b/gemfiles/4.2.gemfile.lock index db4da48..e29d28d 100644 --- a/gemfiles/4.2.gemfile.lock +++ b/gemfiles/4.2.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: factory_bot (4.11.1) - activesupport (>= 3.0.0) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/5.0.gemfile.lock b/gemfiles/5.0.gemfile.lock index e1f6196..cc8b7da 100644 --- a/gemfiles/5.0.gemfile.lock +++ b/gemfiles/5.0.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: factory_bot (4.11.1) - activesupport (>= 3.0.0) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/5.1.gemfile.lock b/gemfiles/5.1.gemfile.lock index 49360e2..81f7e7d 100644 --- a/gemfiles/5.1.gemfile.lock +++ b/gemfiles/5.1.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: factory_bot (4.11.1) - activesupport (>= 3.0.0) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/ diff --git a/gemfiles/5.2.gemfile.lock b/gemfiles/5.2.gemfile.lock index 7947054..3ffb5d1 100644 --- a/gemfiles/5.2.gemfile.lock +++ b/gemfiles/5.2.gemfile.lock @@ -2,7 +2,7 @@ PATH remote: .. specs: factory_bot (4.11.1) - activesupport (>= 3.0.0) + activesupport (>= 4.2.0) GEM remote: https://rubygems.org/