Skip to content

Commit

Permalink
Explicitly specify Ruby version in Gemfile
Browse files Browse the repository at this point in the history
This commit reverts to the default configuration of specifying the Ruby
version in `Gemfile` instead of reading it from `.ruby-version`.
  • Loading branch information
smaboshe committed May 24, 2024
1 parent 8dbf343 commit 710a964
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
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby file: ".ruby-version"
ruby "3.0.7"

git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
Expand Down

0 comments on commit 710a964

Please sign in to comment.