Skip to content

Commit

Permalink
set ruby version in gemfile
Browse files Browse the repository at this point in the history
required for deployment on heroku
  • Loading branch information
yshmarov committed Nov 2, 2024
1 parent afd281f commit 03881fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source "https://rubygems.org"

ruby file: '.ruby-version'

Check failure on line 3 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

# Use main development branch of Rails
gem "rails", github: "rails/rails", branch: "main"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,8 @@ DEPENDENCIES
view_component
web-console

RUBY VERSION
ruby 3.3.0p0

BUNDLED WITH
2.5.6

0 comments on commit 03881fa

Please sign in to comment.