mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #3151 from hennevogel/update/ruby31
Update to latest ruby 3.1 version
This commit is contained in:
commit
5174c2f3ef
5 changed files with 6 additions and 6 deletions
2
.github/workflows/next-rails.yml
vendored
2
.github/workflows/next-rails.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
echo "BUNDLE_CACHE_PATH=vendor/cache.next" >> $GITHUB_ENV
|
echo "BUNDLE_CACHE_PATH=vendor/cache.next" >> $GITHUB_ENV
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.1.3
|
ruby-version: 3.1.4
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- name: Prepare spec
|
- name: Prepare spec
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
4
.github/workflows/spec.yml
vendored
4
.github/workflows/spec.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.1.3
|
ruby-version: 3.1.4
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- run: bundle exec rubocop
|
- run: bundle exec rubocop
|
||||||
- run: bundle exec haml-lint app/views
|
- run: bundle exec haml-lint app/views
|
||||||
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.1.3
|
ruby-version: 3.1.4
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- name: Prepare spec
|
- name: Prepare spec
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
3.1.3
|
3.1.4
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -6,7 +6,7 @@ end
|
||||||
|
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby ENV.fetch('OSEM_RUBY_VERSION', '3.1.3')
|
ruby ENV.fetch('OSEM_RUBY_VERSION', '3.1.4')
|
||||||
|
|
||||||
# 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')
|
||||||
|
|
|
||||||
|
|
@ -744,7 +744,7 @@ DEPENDENCIES
|
||||||
whenever
|
whenever
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.1.3
|
ruby 3.1.4
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.26
|
2.3.26
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue