Skip to content

Commit

Permalink
chore: Update ruby 3.0.6 to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukvH committed Apr 18, 2024
1 parent 9cc24b6 commit 1240281
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.6
ruby-version: 3.1.4
bundler-cache: true

- name: Run brakeman
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.6
ruby-version: 3.1.4
bundler-cache: true

- name: Run rubocop
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.6
ruby-version: 3.1.4
bundler-cache: true

- name: Run RSpec
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.0.6
ruby 3.1.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.3-alpine
FROM ruby:3.1.4-alpine

# Set Rails environment to production
ENV RAILS_ENV production
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ruby '3.0.6'
ruby '3.1.4'

source 'https://rubygems.org'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.0.6p216
ruby 3.1.4p223

BUNDLED WITH
2.2.33

0 comments on commit 1240281

Please sign in to comment.