mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
bump ruby version to 3.1.2
This commit is contained in:
parent
f17fab82d2
commit
9c904f1103
6 changed files with 7 additions and 7 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
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.1
|
||||
ruby-version: 3.1.2
|
||||
bundler-cache: true
|
||||
- name: Prepare spec
|
||||
run: |
|
||||
|
|
|
|||
4
.github/workflows/spec.yml
vendored
4
.github/workflows/spec.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.1
|
||||
ruby-version: 3.1.2
|
||||
bundler-cache: true
|
||||
- run: bundle exec rubocop
|
||||
- run: bundle exec haml-lint app/views
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.1
|
||||
ruby-version: 3.1.2
|
||||
bundler-cache: true
|
||||
- name: Prepare spec
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.1.1
|
||||
3.1.2
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -5,7 +5,7 @@ end
|
|||
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby ENV['OSEM_RUBY_VERSION'] || '3.1.1'
|
||||
ruby ENV['OSEM_RUBY_VERSION'] || '3.1.2'
|
||||
|
||||
# rails-assets requires >= 1.8.4
|
||||
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
||||
|
|
|
|||
|
|
@ -744,7 +744,7 @@ DEPENDENCIES
|
|||
whenever
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.1.1
|
||||
ruby 3.1.2
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.3
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
# OSEM_MEMCACHED_PASSWORD='1234'
|
||||
|
||||
# Set this if you want to deviate from our 'standard' ruby version
|
||||
# OSEM_RUBY_VERSION=3.1.1
|
||||
# OSEM_RUBY_VERSION=3.1.2
|
||||
|
||||
# What time is it?
|
||||
# OSEM_TIME_ZONE="UTC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue