From 162c688a2801d049618887e16e3143da837ac1f5 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 1 Mar 2022 14:53:29 +0100 Subject: [PATCH] Update default ruby version to 3.1.1 --- .github/workflows/next-rails.yml | 2 +- .github/workflows/spec.yml | 4 ++-- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- dotenv.example | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/next-rails.yml b/.github/workflows/next-rails.yml index 5f31a6eb..c7cce694 100644 --- a/.github/workflows/next-rails.yml +++ b/.github/workflows/next-rails.yml @@ -26,7 +26,7 @@ jobs: echo "BUNDLE_CACHE_PATH=vendor/cache.next" >> $GITHUB_ENV - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.0 + ruby-version: 3.1.1 bundler-cache: true - name: Prepare spec run: | diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index d1a27a3a..c79c1493 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.0 + ruby-version: 3.1.1 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.0 + ruby-version: 3.1.1 bundler-cache: true - name: Prepare spec run: | diff --git a/.ruby-version b/.ruby-version index fd2a0186..94ff29cc 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.0 +3.1.1 diff --git a/Gemfile b/Gemfile index 82780a41..47686a64 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ end source 'https://rubygems.org' -ruby ENV['OSEM_RUBY_VERSION'] || '3.1.0' +ruby ENV['OSEM_RUBY_VERSION'] || '3.1.1' # rails-assets requires >= 1.8.4 if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4') diff --git a/Gemfile.lock b/Gemfile.lock index 41d7c2b0..a9673f21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -744,7 +744,7 @@ DEPENDENCIES whenever RUBY VERSION - ruby 3.1.0 + ruby 3.1.1 BUNDLED WITH 2.3.3 diff --git a/dotenv.example b/dotenv.example index a93a5c4c..f562cc2f 100644 --- a/dotenv.example +++ b/dotenv.example @@ -32,8 +32,8 @@ # OSEM_MEMCACHED_USERNAME='root' # OSEM_MEMCACHED_PASSWORD='1234' -# Set this if you want to deviate from our 'standar' ruby version -# OSEM_RUBY_VERSION=3.1.0 +# Set this if you want to deviate from our 'standard' ruby version +# OSEM_RUBY_VERSION=3.1.1 # What time is it? # OSEM_TIME_ZONE="UTC"