-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathGemfile
More file actions
34 lines (23 loc) · 727 Bytes
/
Gemfile
File metadata and controls
34 lines (23 loc) · 727 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
28
29
30
31
32
33
34
source "https://rubygems.org"
# Specify your gem's dependencies in marksmith.gemspec.
gemspec
gem "rails", ">= 7.0.0"
gem "puma"
gem "sqlite3"
gem "propshaft"
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"
gem 'vite_rails'
gem 'stimulus-rails'
gem 'turbo-rails'
group :development do
gem "web-console", ">= 3.3.0"
end
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem "listen", ">= 3.5.1"
# gem "avo", ">= 3.2.1"
gem "commonmarker"
gem "redcarpet"
gem "minitest-difftastic", "~> 0.2.1", :group => :test