You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
656 B

ruby '3.4.5'
source 'https://rubygems.org'
gem 'bootsnap', require: false
gem 'dotenv-rails'
gem 'importmap-rails'
gem 'propshaft'
gem 'puma'
gem 'rails'
gem 'solid_cable'
gem 'solid_cache'
gem 'solid_queue'
gem 'sqlite3'
gem 'stimulus-rails'
gem 'tailwindcss-rails'
gem 'thruster', require: false
gem 'turbo-rails'
group :development do
gem 'debug'
gem 'erb-formatter'
gem 'error_highlight'
gem 'get-smart'
gem 'htmlbeautifier'
gem 'rails_live_reload'
gem 'rubocop', require: false
gem 'rubocop-packaging'
gem 'rubocop-performance'
gem 'rubocop-rspec'
gem 'rubocop-shopify'
gem 'rubocop-thread_safety'
gem 'ruby-lsp-rails'
end