mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
Update Ruby to latest
This commit is contained in:
parent
dfcb4affce
commit
6fdb258e6d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ruby:3.0.1
|
||||
image: ruby:3.1.1
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12
|
||||
|
@ -1 +1 @@
|
||||
3.0.1
|
||||
3.1.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ruby:3.0.1
|
||||
FROM ruby:3.1.1
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
@ -128,7 +128,7 @@ DEPENDENCIES
|
||||
webmock
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.0.1p64
|
||||
ruby 3.1.1p18
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.15
|
||||
2.3.7
|
||||
|
Loading…
Reference in New Issue
Block a user