Skip to content

Commit a6e6566

Browse files
Bump to rails 5 in gemspec
factory_bot_rails 6 will not support rails 4.2
1 parent c24a1da commit a6e6566

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
factory_bot_rails (5.1.1)
55
factory_bot (~> 5.1.0)
6-
railties (>= 4.2.0)
6+
railties (>= 5.0.0)
77

88
GEM
99
remote: https://rubygems.org/

factory_bot_rails.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Gem::Specification.new do |s|
55
s.email = "jferris@thoughtbot.com"
66
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
77
s.summary = "factory_bot_rails provides integration between "\
8-
"factory_bot and rails 4.2 or newer"
8+
"factory_bot and rails 5.0 or newer"
99
s.description = "factory_bot_rails provides integration between "\
10-
"factory_bot and rails 4.2 or newer"
10+
"factory_bot and rails 5.0 or newer"
1111

1212
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS.md README.md]
1313
s.require_paths = ["lib"]
1414
s.executables = []
1515
s.license = "MIT"
1616

1717
s.add_runtime_dependency("factory_bot", "~> 5.1.0")
18-
s.add_runtime_dependency("railties", ">= 4.2.0")
18+
s.add_runtime_dependency("railties", ">= 5.0.0")
1919
end

0 commit comments

Comments
 (0)