Skip to content

Commit

Permalink
Application Template: Used released version (#1207)
Browse files Browse the repository at this point in the history
Follow-up to #1206

Now that we've released `20240516.0`, we update the application template
to reference the released version on RubyGems.

This change doesn't require a new release, since this change just
affects the application template, and not the Gem itself.
  • Loading branch information
stevepolitodesign authored May 16, 2024
1 parent 0ea78a2 commit efe875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def apply_template!
if options[:database] == "postgresql" && options[:skip_test]
after_bundle do
gem_group :development, :test do
gem "suspenders", github: "thoughtbot/suspenders"
gem "suspenders"
end

run "bundle install"
Expand Down

0 comments on commit efe875c

Please sign in to comment.