mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update default ruby version to 2.5.9
openSUSE 15.2 switched to this ruby version.
This commit is contained in:
parent
04ddca5f0e
commit
24455cc8f1
5 changed files with 4 additions and 6 deletions
3
.github/workflows/spec.yml
vendored
3
.github/workflows/spec.yml
vendored
|
|
@ -10,8 +10,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
linters:
|
linters:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
OSEM_RUBY_VERSION: 2.5.9
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
|
|
@ -26,7 +24,6 @@ jobs:
|
||||||
name: spec
|
name: spec
|
||||||
env:
|
env:
|
||||||
OSEM_DB_ADAPTER: sqlite3
|
OSEM_DB_ADAPTER: sqlite3
|
||||||
OSEM_RUBY_VERSION: 2.5.9
|
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -40,3 +40,4 @@ docker-compose.override.yml
|
||||||
.buildconfig
|
.buildconfig
|
||||||
osem_development
|
osem_development
|
||||||
osem_test
|
osem_test
|
||||||
|
.ackrc
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
2.5.0
|
2.5.9
|
||||||
|
|
|
||||||
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')
|
||||||
|
|
|
||||||
|
|
@ -733,7 +733,7 @@ DEPENDENCIES
|
||||||
whenever
|
whenever
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.5.8p224
|
ruby 2.5.9p229
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue