Skip to content

Commit 825d94d

Browse files
Template: Point gem to main
This prepares us to merge `suspenders-3-0-0` into `main`. Once we formally release to RubyGems, we can remove the reference to GitHub.
1 parent 5072a3a commit 825d94d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/install/web.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ def apply_template!
2525
if options[:database] == "postgresql" && options[:skip_test]
2626
after_bundle do
2727
gem_group :development, :test do
28-
# TODO: Update once in `main`
29-
gem "suspenders", github: "thoughtbot/suspenders", branch: "suspenders-3-0-0"
28+
gem "suspenders", github: "thoughtbot/suspenders"
3029
end
3130

3231
run "bundle install"

0 commit comments

Comments
 (0)