Skip to content

Commit

Permalink
Update Ruby version to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Nov 6, 2024
1 parent dbb0d93 commit 29ac54f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
ruby-version: 3.3.6
- uses: reviewdog/action-brakeman@v2
with:
reporter: github-pr-review # Default is github-pr-check
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
options: --entrypoint redis-server

container:
image: ruby:3.3.5
image: ruby:3.3.6
env:
BASE_URL: 'http://example.com'
DATABASE_URL: postgresql://postgres:password@postgres
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.5
FROM ruby:3.3.6
RUN apt-get update -qq && apt-get install -y postgresql-client
RUN mkdir /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.3.5'
ruby '3.3.6'

gem 'rails', '~> 7.2.0'

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

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.5.18
2.5.23

0 comments on commit 29ac54f

Please sign in to comment.