mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Update ruby to 2.4.4 [SCI-2742]
This commit is contained in:
parent
0db9ef44e2
commit
947ccdf169
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:2.4.3
|
FROM ruby:2.4.4
|
||||||
MAINTAINER BioSistemika <info@biosistemika.com>
|
MAINTAINER BioSistemika <info@biosistemika.com>
|
||||||
|
|
||||||
# additional dependecies
|
# additional dependecies
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
ruby '2.4.3'
|
ruby '2.4.4'
|
||||||
|
|
||||||
gem 'rails', '5.1.6'
|
gem 'rails', '5.1.6'
|
||||||
gem 'webpacker', '~> 2.0'
|
gem 'webpacker', '~> 2.0'
|
||||||
|
|
Loading…
Reference in a new issue