We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent 5072a3a commit 825d94dCopy full SHA for 825d94d
lib/install/web.rb
@@ -25,8 +25,7 @@ def apply_template!
25
if options[:database] == "postgresql" && options[:skip_test]
26
after_bundle do
27
gem_group :development, :test do
28
- # TODO: Update once in `main`
29
- gem "suspenders", github: "thoughtbot/suspenders", branch: "suspenders-3-0-0"
+ gem "suspenders", github: "thoughtbot/suspenders"
30
end
31
32
run "bundle install"
0 commit comments