Skip to content

Commit

Permalink
Add missing required Ruby version to gemspec (#510)
Browse files Browse the repository at this point in the history
required_ruby_version is an optional property in specification though recommended by Rubygems guide. The change requests follows specification of factory_bot.
  • Loading branch information
unused authored Nov 5, 2024
1 parent 8a30059 commit 0848476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS.md README.md]
s.metadata["changelog_uri"] = "https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md"
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
s.executables = []
s.license = "MIT"

Expand Down

0 comments on commit 0848476

Please sign in to comment.