Skip to content

Commit

Permalink
Centralize Ruby Version definition to .ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshenny committed Mar 22, 2024
1 parent cbbe47a commit 08961dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.3
bundler-cache: true

- name: Run tests
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
@@ -1,7 +1,5 @@
source "https://rubygems.org"

ruby "3.2.3"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.2"

Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Expand Up @@ -275,8 +275,5 @@ DEPENDENCIES
web-console
webdrivers

RUBY VERSION
ruby 3.2.3p157

BUNDLED WITH
2.5.5
2.5.7

0 comments on commit 08961dc

Please sign in to comment.