We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 141c2fa + ed8bf02 commit 9d60c5eCopy full SHA for 9d60c5e
2 files changed
Gemfile
@@ -1,16 +1,16 @@
1
source "https://rubygems.org"
2
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
-ruby "~> 3.3.0"
+ruby "~> 3.4.0"
5
6
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7
-gem "rails", "~> 7.1.3"
+gem "rails", "~> 8.1.0"
8
9
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
10
gem "sprockets-rails"
11
12
# Use sqlite3 as the database for Active Record
13
-gem "sqlite3", "~> 1.4"
+gem "sqlite3", "~> 2.1"
14
15
# Use the Puma web server [https://github.com/puma/puma]
16
gem "puma", "~> 6"
0 commit comments