Skip to content

Commit 2e44fb6

Browse files
mitchbneampcode-com
andcommitted
Upgrade to Ruby 4.0.1 and Rails 8.1.2
Amp-Thread-ID: https://ampcode.com/threads/T-019c4621-696a-76e3-848c-48fdd9c271ae Co-authored-by: Amp <amp@ampcode.com>
1 parent 9672899 commit 2e44fb6

File tree

5 files changed

+118
-114
lines changed

5 files changed

+118
-114
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
4.0.1

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4.1
1+
ruby 4.0.1

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.4.1'
4+
ruby '4.0.1'
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 8.0.2"
7+
gem "rails", "~> 8.1.2"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft"
1010
# Use sqlite3 as the database for Active Record

0 commit comments

Comments
 (0)