Skip to content

Commit

Permalink
Fix URL with upgrade instructions in post install message
Browse files Browse the repository at this point in the history
Fixes #273
  • Loading branch information
rosa committed Aug 5, 2024
1 parent c3d86ea commit e96f97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solid_queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|

spec.post_install_message = <<~MESSAGE
Upgrading to Solid Queue 0.4.x? There are some breaking changes about how Solid Queue is started. Check
https://github.com/rails/solid_cache/blob/main/UPGRADING.md for upgrade instructions.
https://github.com/rails/solid_queue/blob/main/UPGRADING.md for upgrade instructions.
MESSAGE

spec.metadata["homepage_uri"] = spec.homepage
Expand Down

0 comments on commit e96f97e

Please sign in to comment.