-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
27 lines (26 loc) · 787 Bytes
/
Copy pathGemfile
File metadata and controls
27 lines (26 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.3.1"
gem "rails", "~> 7.0.4", ">= 7.0.4.3"
gem "sprockets-rails"
gem "pg", "~> 1.1"
gem "puma", "~> 6.2"
gem "jsbundling-rails"
gem "turbo-rails"
gem "stimulus-rails"
gem "cssbundling-rails"
gem "jbuilder"
gem "bootsnap", require: false
gem "devise", "~> 4.9"
gem "name_of_person", "~> 1.1"
gem "friendly_id", "~> 5.5"
gem "debug", platforms: %i[ mri mingw x64_mingw ], group: [:development, :test]
gem "web-console", group: :development
gem "capybara", group: :test
gem "selenium-webdriver", group: :test
gem "webdrivers", group: :test
gem "local_time", "~> 2.1"
gem "invisible_captcha", "~> 2.1"
gem "pagy", "~> 6.0"
gem "image_processing", "~> 1.12"
gem "smart_assets", "~> 0.5.0"