Gemfile: use `.ruby-version`.

This ensures it's used consistently by `bundle`.
This commit is contained in:
Mike McQuaid 2024-05-23 16:03:42 +01:00
parent 323e1b3f6d
commit 8c8807475e
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,8 @@
source "https://rubygems.org"
ruby file: ".ruby-version"
group :test do
gem "activesupport"
gem "rspec"

View File

@ -43,3 +43,9 @@ DEPENDENCIES
activesupport
rspec
simplecov
RUBY VERSION
ruby 3.3.1p55
BUNDLED WITH
2.5.9