Skip to content

Commit

Permalink
Update Rails 8.0 to official Ruby 3.4 (#3765)
Browse files Browse the repository at this point in the history
Change Ruby version from preview to official 3.4 release.
  • Loading branch information
sarahchen6 authored Jan 3, 2025
1 parent 04e775f commit 43978d8
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 100 deletions.
2 changes: 1 addition & 1 deletion utils/build/docker/ruby/rails80/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.0.2
ruby-3.4.1
4 changes: 2 additions & 2 deletions utils/build/docker/ruby/rails80/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.4.0-preview2"
ruby "~> 3.4.1"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 8.0.0"
Expand Down Expand Up @@ -77,4 +77,4 @@ end
gem 'devise'

gem 'pry'
gem 'ddtrace', '~> 1.0.0.a', require: 'ddtrace/auto_instrument'
gem 'datadog', '~> 2.7.0', require: 'datadog/auto_instrument'
Loading

0 comments on commit 43978d8

Please sign in to comment.