We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8eae05 commit bb56d64Copy full SHA for bb56d64
.ruby-version
@@ -1 +1 @@
1
-ruby-3.0.3
+ruby-3.3.5
Gemfile
@@ -1,11 +1,11 @@
source "https://rubygems.org"
2
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
-ruby "3.0.3"
+ruby "3.3.5"
5
6
gem "rails", "~> 7.0.1"
7
gem "sprockets-rails"
8
-gem "sqlite3", "~> 1.4"
+gem "sqlite3", "~> 1.7.2"
9
gem "puma", "~> 5.0"
10
gem "turbo-rails"
11
gem "stimulus-rails"
0 commit comments