Skip to content

Commit

Permalink
Ruby 3.3.2 + bundle udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Jun 10, 2024
1 parent 4c8ed85 commit ba7ed47
Show file tree
Hide file tree
Showing 9 changed files with 190 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.3.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.2.1
ARG RUBY_VERSION=3.3.2
FROM ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby File.read(".ruby-version")

gem "rails", github: "rails/rails", branch: "main"
gem "rails"

gem "bootsnap", require: false
gem "httpx"
Expand Down
Loading

0 comments on commit ba7ed47

Please sign in to comment.