Skip to content

Commit 9d31f06

Browse files
committed
Simplify upgrade instructions in post-install message
1 parent e0921d2 commit 9d31f06

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

solid_queue.gemspec

+2-9
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,8 @@ Gem::Specification.new do |spec|
1111
spec.license = "MIT"
1212

1313
spec.post_install_message = <<~MESSAGE
14-
Upgrading to Solid Queue 0.9.0? There are some breaking changes about how recurring tasks are configured.
15-
16-
Upgrading to Solid Queue 0.8.0 from < 0.6.0? You need to upgrade to 0.6.0 first.
17-
18-
Upgrading to Solid Queue 0.4.x, 0.5.x, 0.6.x or 0.7.x? There are some breaking changes about how Solid Queue is started,
19-
configuration and new migrations.
20-
21-
--> Check https://github.com/rails/solid_queue/blob/main/UPGRADING.md
22-
for upgrade instructions.
14+
Upgrading from Solid Queue < 1.0? Check details on breaking changes and upgrade instructions
15+
--> https://github.com/rails/solid_queue/blob/main/UPGRADING.md
2316
MESSAGE
2417

2518
spec.metadata["homepage_uri"] = spec.homepage

0 commit comments

Comments
 (0)