Skip to content

Commit

Permalink
Bump minimum required ruby version to 3.0
Browse files Browse the repository at this point in the history
See #1612
Closes #1614
  • Loading branch information
Earlopain authored and mike-burns committed Jan 30, 2024
1 parent 2f2bfc9 commit 6ed466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
%w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS.md README.md .yardopts]

s.require_path = "lib"
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
s.required_ruby_version = Gem::Requirement.new(">= 3.0.0")

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

0 comments on commit 6ed466f

Please sign in to comment.