Update Ruby dependency: 2.5.8 → 2.5.9 (patch)
Targets:
docker run --rm \
registry.opensuse.org/opensuse/infrastructure/osem/containers/osem/base \
ruby --version
See also:
- #2646
- #2680
This commit is contained in:
parent
3c2a0826c9
commit
7e8abbd3b9
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby ENV['OSEM_RUBY_VERSION'] || '2.5.8'
|
ruby ENV['OSEM_RUBY_VERSION'] || '2.5.9'
|
||||||
|
|
||||||
# rails-assets requires >= 1.8.4
|
# rails-assets requires >= 1.8.4
|
||||||
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue