Skip to content

Commit

Permalink
Fix Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
diogot committed Feb 14, 2024
1 parent b6d44dc commit 51bcafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Gemfile

ruby "~> #{File.read('.ruby-version', mode: 'rb').chomp}"
ruby "~> #{File.read(File.join(File.dirname(__FILE__), '.ruby-version'), mode: 'rb').chomp}"

source 'https://rubygems.org'

Expand Down

0 comments on commit 51bcafb

Please # to comment.