Skip to content

Commit

Permalink
Template: Point gem to main
Browse files Browse the repository at this point in the history
This prepares us to merge `suspenders-3-0-0` into `main`. Once we
formally release to RubyGems, we can remove the reference to GitHub.
  • Loading branch information
stevepolitodesign committed May 10, 2024
1 parent 5072a3a commit 825d94d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/install/web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ def apply_template!
if options[:database] == "postgresql" && options[:skip_test]
after_bundle do
gem_group :development, :test do
# TODO: Update once in `main`
gem "suspenders", github: "thoughtbot/suspenders", branch: "suspenders-3-0-0"
gem "suspenders", github: "thoughtbot/suspenders"
end

run "bundle install"
Expand Down

0 comments on commit 825d94d

Please sign in to comment.