-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bundler to v2 for dual boot, Update Dual Boot to run ruby 2.7 (#…
…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
1 parent
a493117
commit 1492e1e
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -388,4 +388,4 @@ DEPENDENCIES | |
zoo_stream (~> 1.0) | ||
|
||
BUNDLED WITH | ||
1.17.2 | ||
2.4.22 |