Skip to content

Commit

Permalink
Make sure latest ruby version is used in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Nov 9, 2024
1 parent 5dddb8a commit e23efde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.0'
ruby '~> 3.3.5'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 8.0.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.5p100

BUNDLED WITH
2.5.3
2 changes: 1 addition & 1 deletion runner.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0
FROM ruby:3.3.6

RUN mkdir /app

Expand Down
2 changes: 1 addition & 1 deletion server.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0
FROM ruby:3.3.6

RUN mkdir /app

Expand Down

0 comments on commit e23efde

Please sign in to comment.