mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 10:29:07 +01:00
Use Ruby 2.7.1
This commit is contained in:
parent
76f4ec35e2
commit
958fa30f6b
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:2.6
|
FROM ruby:2.7
|
||||||
|
|
||||||
RUN apt-get update -qq && apt-get install -y build-essential
|
RUN apt-get update -qq && apt-get install -y build-essential
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.6.6
|
2.7.1
|
||||||
|
|
|
@ -751,4 +751,4 @@ DEPENDENCIES
|
||||||
will_paginate-bootstrap
|
will_paginate-bootstrap
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
2.1.4
|
||||||
|
|
Loading…
Reference in a new issue