Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Fix Gemfile for Heroku's bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
pil0u committed Aug 18, 2023
1 parent bd09fe0 commit 35628a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# frozen_string_literal: true

source 'https://rubygems.org'
ruby file: '.ruby-version'
# ruby file: '.ruby-version'
ruby File.read('.ruby-version').strip # Heroku compatible

gem 'dotenv', '~> 2.8.1'
gem 'mail', '~> 2.8.1'
Expand Down

0 comments on commit 35628a1

Please sign in to comment.