Skip to content

Commit

Permalink
Merge pull request #77 from 12joan/depfu/engine/ruby-3.3.6
Browse files Browse the repository at this point in the history
Update Ruby 3.3.5 → 3.3.6
  • Loading branch information
12joan authored Nov 6, 2024
2 parents dd4ba9a + 69e826f commit dc3cf67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
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-alpine
FROM ruby:3.3.6-alpine

RUN apk add --update --no-cache bash build-base tzdata postgresql-dev git

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.5'
ruby '3.3.6'

# Rails
gem 'activesupport'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 3.3.5
ruby 3.3.6

BUNDLED WITH
2.5.15

0 comments on commit dc3cf67

Please sign in to comment.