Skip to content

Commit bb56d64

Browse files
committed
Gem upgrades
1 parent e8eae05 commit bb56d64

File tree

3 files changed

+187
-176
lines changed

3 files changed

+187
-176
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.0.3
1+
ruby-3.3.5

Gemfile

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

4-
ruby "3.0.3"
4+
ruby "3.3.5"
55

66
gem "rails", "~> 7.0.1"
77
gem "sprockets-rails"
8-
gem "sqlite3", "~> 1.4"
8+
gem "sqlite3", "~> 1.7.2"
99
gem "puma", "~> 5.0"
1010
gem "turbo-rails"
1111
gem "stimulus-rails"

0 commit comments

Comments
 (0)