Skip to content

Commit

Permalink
Merge pull request openSUSE#2985 from ruant/patch-1
Browse files Browse the repository at this point in the history
bump ruby version to 3.1.2
  • Loading branch information
hennevogel authored Apr 21, 2022
2 parents f17fab8 + 9c904f1 commit a7e517e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/next-rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ DEPENDENCIES
whenever

RUBY VERSION
ruby 3.1.1
ruby 3.1.2

BUNDLED WITH
2.3.3
2 changes: 1 addition & 1 deletion dotenv.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a7e517e

Please sign in to comment.