diff --git a/Dockerfile b/Dockerfile index 909ad2912..d425f791f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.7.5-bullseye +FROM ruby:2.7.6-bullseye MAINTAINER BioSistemika ARG WKHTMLTOPDF_PACKAGE_URL=https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb diff --git a/Dockerfile.production b/Dockerfile.production index 4e17de82b..cd362af07 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,4 +1,4 @@ -FROM ruby:2.7.5-bullseye +FROM ruby:2.7.6-bullseye MAINTAINER BioSistemika ARG WKHTMLTOPDF_PACKAGE_URL=https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb diff --git a/Gemfile b/Gemfile index c4855debd..aeb3f91e5 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 691a56f93..a11fbb7cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -744,7 +744,7 @@ DEPENDENCIES yomu! RUBY VERSION - ruby 2.7.5p203 + ruby 2.7.6p219 BUNDLED WITH 2.1.4