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 authored and gvarandas committed May 7, 2024
1 parent 8814e12 commit 36ea703
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/flash-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:

env:
RUBY_VERSION: 3.0.3
NODE_VERSION: 20.4.0

jobs:
Expand Down Expand Up @@ -133,7 +132,6 @@ jobs:
- name: Ruby setup
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FlashList

up:
- ruby: 3.0.3
- ruby
- bundler
- yarn_install

0 comments on commit 36ea703

Please sign in to comment.