-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.7 has been EoL and 3.0 is EoL in March. Update CI and everything to support current supported versions of Ruby. This also updates all of the development and test dependencies to play nicely with newer versions of Ruby.
- Loading branch information
Showing
11 changed files
with
392 additions
and
381 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,5 +1,6 @@ | ||
language: ruby | ||
rvm: | ||
- 2.7 | ||
- 3.0 | ||
- 3.0 | ||
- 3.1 | ||
- 3.2 | ||
script: bin/test |
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,8 +1,8 @@ | ||
FROM ruby:3.1.1 | ||
FROM ruby:3.2.3 | ||
RUN apt-get update -qq | ||
|
||
WORKDIR /app | ||
|
||
COPY . . | ||
RUN bundle | ||
RUN bundle exec appraisal bundle | ||
RUN bundle exec appraisal bundle |
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
Oops, something went wrong.