Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bundler to v2 for dual boot, Update Dual Boot to run ruby 2.7 #383

Merged
merged 5 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading