Skip to content

Commit 9d60c5e

Browse files
authored
Merge pull request #82 from github/dev/Mathi/VulnIss
Update ruby and Rails version
2 parents 141c2fa + ed8bf02 commit 9d60c5e

2 files changed

Lines changed: 223 additions & 186 deletions

File tree

Gemfile

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

4-
ruby "~> 3.3.0"
4+
ruby "~> 3.4.0"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.1.3"
7+
gem "rails", "~> 8.1.0"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"
1111

1212
# Use sqlite3 as the database for Active Record
13-
gem "sqlite3", "~> 1.4"
13+
gem "sqlite3", "~> 2.1"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
1616
gem "puma", "~> 6"

0 commit comments

Comments
 (0)