Skip to content

Commit ed9c9bc

Browse files
Fix hash syntax error (#553)
The previous commit shouldn't be pushed directly to `main`, but it did.
1 parent bd6834b commit ed9c9bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

factory_bot_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414

1515
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS.md README.md]
1616
s.metadata = {
17-
"changelog_uri" = "https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md",
17+
"changelog_uri" => "https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md",
1818
"rubygems_mfa_required" => "true"
1919
}
2020
s.require_paths = ["lib"]

0 commit comments

Comments
 (0)