Skip to content

Commit

Permalink
Update Ruby dependency: 2.5.8 → 2.5.9 (patch)
Browse files Browse the repository at this point in the history
Targets:

    docker run --rm \
        registry.opensuse.org/opensuse/infrastructure/osem/containers/osem/base \
        ruby --version

See also:

  - openSUSE#2646
  - openSUSE#2680
  • Loading branch information
AndrewKvalheim committed Jun 13, 2021
1 parent 3c2a082 commit 7e8abbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
Expand Down

0 comments on commit 7e8abbd

Please sign in to comment.