Skip to content

Commit

Permalink
Add ruby version to development Gemfile (#28)
Browse files Browse the repository at this point in the history
bensheldon authored Oct 30, 2024
1 parent 723b408 commit 0856f83
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
source "https://rubygems.org"

if File.exist?(".ruby-version")
ruby file: ".ruby-version"
end

# Specify your gem's dependencies in spectator_sport.gemspec.
gemspec

3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -316,5 +316,8 @@ DEPENDENCIES
sqlite3
warning

RUBY VERSION
ruby 3.3.5p100

BUNDLED WITH
2.5.18

0 comments on commit 0856f83

Please sign in to comment.