Skip to content

Commit

Permalink
chore: Update ruby 3.0.3 to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukvH committed Apr 17, 2024
1 parent 9d11ed3 commit e3b1de1
Show file tree
Hide file tree
Showing 5 changed files with 8 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.3
ruby-version: 3.0.6
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.3
ruby-version: 3.0.6
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.3
ruby-version: 3.0.6
bundler-cache: true

- name: Run RSpec
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 3.0.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV APP_HOME /app
WORKDIR $APP_HOME

# Install libraries
RUN gem install bundler:2.2.16 \
RUN gem install bundler:2.2.33 \
&& apk add --update build-base postgresql-dev tzdata

# Install gems
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.3'
ruby '3.0.6'

source 'https://rubygems.org'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.0.3p157
ruby 3.0.6p216

BUNDLED WITH
2.2.32
2.2.33

0 comments on commit e3b1de1

Please sign in to comment.