Skip to content

Commit

Permalink
update to ruby 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim145 committed Nov 18, 2024
1 parent 9dacada commit 0f3a286
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.6
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.5-slim AS build
FROM ruby:3.3.6-slim AS build

# Sets the path where the app is going to be installed
ENV RAILS_ROOT /Elvis
Expand Down Expand Up @@ -112,7 +112,7 @@ RUN rm -r /usr/local/bundle/cache



FROM ruby:3.3.5-slim AS release
FROM ruby:3.3.6-slim

ENV RAILS_ROOT /Elvis
ENV RAILS_ENV=kubernetes
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

gem "base64"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "6.1.7.8"
gem "rails_event_store"
Expand Down
2 changes: 1 addition & 1 deletion dev-install/macos.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo ""
echo "-----------------------------------------------"
echo ""
brew install openssl1.1
PKG_CONFIG_PATH=$(brew --prefix [email protected])/lib/pkgconfig rvm install 3.3.2 --with-openssl-dir=$(brew --prefix [email protected])
PKG_CONFIG_PATH=$(brew --prefix [email protected])/lib/pkgconfig rvm install 3.3.6 --with-openssl-dir=$(brew --prefix [email protected])
source "$HOME"/.rvm/scripts/rvm

sleep 1
Expand Down
2 changes: 1 addition & 1 deletion dev-install/ubuntu22.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ echo ""
rvm autolibs disable
rvm requirements
sudo apt install -y libssl1.0-dev openssl1.0
rvm install 3.3.2 --with-openssl-dir="$HOME"/.rvm/usr
rvm install 3.3.6 --with-openssl-dir="$HOME"/.rvm/usr
source /etc/profile.d/rvm.sh

sleep 1
Expand Down

0 comments on commit 0f3a286

Please sign in to comment.