Skip to content

Commit 8f8fd8f

Browse files
committed
update dependencies
1 parent 310ef06 commit 8f8fd8f

File tree

3 files changed

+217
-151
lines changed

3 files changed

+217
-151
lines changed

.tool-versions

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

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.0.3"
4+
ruby "3.4.3"
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem "rails", "~> 7"
7+
gem "rails", "~> 8"
88
# Use postgresql as the database for Active Record
99
gem "pg", ">= 0.18", "< 2.0"
1010
# Use Puma as the app server

0 commit comments

Comments
 (0)