We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b08ae commit 47e8716Copy full SHA for 47e8716
devise.gemspec
@@ -32,11 +32,4 @@ Gem::Specification.new do |s|
32
s.add_dependency("bcrypt", "~> 3.0")
33
s.add_dependency("railties", ">= 6.0.0")
34
s.add_dependency("responders")
35
-
36
- s.post_install_message = %q{
37
-[DEVISE] Please review the [changelog] and [upgrade guide] for more info on Hotwire / Turbo integration.
38
39
- [changelog] https://github.com/heartcombo/devise/blob/main/CHANGELOG.md
40
- [upgrade guide] https://github.com/heartcombo/devise/wiki/How-To:-Upgrade-to-Devise-4.9.0-%5BHotwire-Turbo-integration%5D
41
- }
42
end
0 commit comments