Skip to content

Commit

Permalink
specify ruby in Gemfile
Browse files Browse the repository at this point in the history
it seems heroku recommends this setup now
https://devcenter.heroku.com/articles/ruby-support#ruby-versions
(I tried to upgrade via env var, but it reverts back)
  • Loading branch information
andrzejkrzywda committed Aug 16, 2024
1 parent e25efac commit f7d0637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_application/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby ENV["HEROKU_RUBY_VERSION"] if ENV["HEROKU_RUBY_VERSION"]
ruby '3.3.4'

gem "rails", "7.0.4"
gem "pg", "~> 1.4"
Expand Down

0 comments on commit f7d0637

Please sign in to comment.