Skip to content

Commit

Permalink
Update bundler to v2 for dual boot, Update Dual Boot to run ruby 2.7 (#…
Browse files Browse the repository at this point in the history
…383)

* Update Gemfile.next.lock

* Update Dockerfile.rails-next

* Update Gemfile.lock

* update ci testing to test ruby 2.7 on dual boot

* revert gemfile.lock to run with ruby 2.6 bundler default 1.17.3
  • Loading branch information
yuenmichelle1 authored Dec 9, 2024
1 parent a493117 commit 1492e1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_tests_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- Gemfile.next
ruby:
- 2.6
- 2.7
exclude:
- gemfile: Gemfile
ruby: 2.7
- gemfile: Gemfile.next
ruby: 2.6
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rails-next
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6-slim-buster
FROM ruby:2.7-slim-buster

WORKDIR /rails_app

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,4 +388,4 @@ DEPENDENCIES
zoo_stream (~> 1.0)

BUNDLED WITH
1.17.2
2.4.22

0 comments on commit 1492e1e

Please sign in to comment.