-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
22 lines (16 loc) · 610 Bytes
/
Gemfile
File metadata and controls
22 lines (16 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
source "https://rubygems.org"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 8.1.0"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
# Package URL (purl) parsing and generation [https://github.com/andrew/purl]
gem "purl"
# Use PostgreSQL as the database for Active Record
gem "pg", "~> 1.6"
gem "minitest", "< 7"
group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"
end