Merge pull request #4067 from okriuchykhin/ruby_2_7_6

Upgrade Ruby to 2.7.6
This commit is contained in:
Alex Kriuchykhin 2022-05-05 11:46:56 +02:00 committed by GitHub
commit aef0bc1669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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