Upgrade Ruby to 2.7.6

This commit is contained in:
Oleksii Kriuchykhin 2022-04-29 13:49:28 +02:00
parent ac45edb14c
commit 3943c8e413
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM ruby:2.7.5-bullseye
FROM ruby:2.7.6-bullseye
MAINTAINER BioSistemika <info@biosistemika.com>
ARG WKHTMLTOPDF_PACKAGE_URL=https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb

View file

@ -1,4 +1,4 @@
FROM ruby:2.7.5-bullseye
FROM ruby:2.7.6-bullseye
MAINTAINER BioSistemika <info@biosistemika.com>
ARG WKHTMLTOPDF_PACKAGE_URL=https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb

View file

@ -2,7 +2,7 @@
source 'http://rubygems.org'
ruby '2.7.5'
ruby '2.7.6'
gem 'bootsnap', require: false
gem 'bootstrap-sass', '~> 3.4.1'

View file

@ -744,7 +744,7 @@ DEPENDENCIES
yomu!
RUBY VERSION
ruby 2.7.5p203
ruby 2.7.6p219
BUNDLED WITH
2.1.4