mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge pull request #974 from okriuchykhin/ruby-2.4.3
Update Ruby version to 2.4.3
This commit is contained in:
commit
ae1dcc3871
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.4.1
|
||||
FROM ruby:2.4.3
|
||||
MAINTAINER BioSistemika <info@biosistemika.com>
|
||||
|
||||
# additional dependecies
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.4.1
|
||||
FROM ruby:2.4.3
|
||||
MAINTAINER BioSistemika <info@biosistemika.com>
|
||||
|
||||
# additional dependecies
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source 'http://rubygems.org'
|
||||
|
||||
ruby '2.4.1'
|
||||
ruby '2.4.3'
|
||||
|
||||
gem 'rails', '5.1.1'
|
||||
gem 'webpacker', '~> 2.0'
|
||||
|
|
Loading…
Reference in a new issue