Skip to content

Commit 6ed466f

Browse files
Earlopainmike-burns
authored andcommitted
Bump minimum required ruby version to 3.0
See #1612 Closes #1614
1 parent 2f2bfc9 commit 6ed466f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factory_bot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
%w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS.md README.md .yardopts]
1616

1717
s.require_path = "lib"
18-
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
18+
s.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
1919

2020
s.authors = ["Josh Clayton", "Joe Ferris"]
2121
s.email = ["jclayton@thoughtbot.com", "jferris@thoughtbot.com"]

0 commit comments

Comments
 (0)