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.
 
 
 
 
 

66 lines
1.6 KiB

source "https://rubygems.org"
ruby "3.4.9"
gem "dotenv-rails"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 8.1.2"
gem "openssl"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
# gem "sprockets-rails"
gem "turbo-rails"
gem "stimulus-rails"
gem "propshaft"
gem "importmap-rails"
gem "lexxy"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
gem "pg_search"
# Use the Puma web server [https://github.com/puma/puma]
gem "puma"
gem "sidekiq"
gem "redis", ">= 4.0.1"
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "jbuilder"
gem "mobility", "~> 1.3.0.rc1"
gem "kaminari"
gem "ancestry"
gem "acts_as_list"
gem "date_validator"
gem "premailer-rails"
gem "dkim"
# Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
# gem "kredis"
# Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
gem "thruster", require: false
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
gem "bcrypt", "~> 3.1.7"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
gem "image_processing", "~> 1.2"
group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"
gem "rubocop-rails-omakase", require: false
end