Skip to content

Commit

Permalink
Keep ruby versions in sync between local dev and CI
Browse files Browse the repository at this point in the history
We use this approach in the generated apps and it makes sense here too I
think.
  • Loading branch information
eoinkelly committed Jul 15, 2023
1 parent d184147 commit 0d766d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,10 @@ jobs:
# installation and setup works in this project so, while caching would
# make CI faster, it might hide problems.

- name: Install Ruby and Bundler
- name: Set up Ruby (version given by .ruby-version)
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.0'

- name: Setup git for committing
run: |
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.4

0 comments on commit 0d766d6

Please sign in to comment.