1 source "https://rubygems.org"
3 # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4 gem "rails", "~> 8.0.0"
5 # The modern asset pipeline for Rails [https://github.com/rails/propshaft]
7 # Use sqlite3 as the database for Active Record
8 gem "sqlite3", ">= 2.1"
9 # Use the Puma web server [https://github.com/puma/puma]
11 # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
13 # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
15 # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
17 # Bundle and process CSS [https://github.com/rails/cssbundling-rails]
18 gem "cssbundling-rails"
19 # Build JSON APIs with ease [https://github.com/rails/jbuilder]
22 # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
23 # gem "bcrypt", "~> 3.1.7"
25 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26 gem "tzinfo-data", platforms: %i[ windows jruby ]
28 # Use the database-backed adapters for Rails.cache, Active Job, and Action Cable
33 # Reduces boot times through caching; required in config/boot.rb
34 gem "bootsnap", require: false
36 # Deploy this application anywhere as a Docker container [https://kamal-deploy.org]
37 gem "kamal", require: false
39 # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
40 gem "thruster", require: false
42 # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
43 gem "image_processing", "~> 1.2"
49 gem "kramdown", "~> 2.3"
54 # OniSorceress settings
58 gem "invisible_captcha"
61 gem "rack-request-object-logger"
65 gem "trailblazer-rails"
67 gem 'exception_notification'
69 group :development, :test do
70 # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
71 gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
73 # Static analysis for security vulnerabilities [https://brakemanscanner.org/]
74 gem "brakeman", require: false
76 # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
77 gem "rubocop-rails-omakase", require: false
79 gem "annotate", require: false
81 gem "factory_bot_rails"
87 # Use console on exceptions pages [https://github.com/rails/web-console]
90 # Use Capistrano for deployment
91 gem "bcrypt_pbkdf", require: false
92 gem "capistrano", require: false
93 gem "capistrano-bundler", require: false
94 gem "capistrano-nvm202x", require: false
95 gem "capistrano-passenger", require: false
96 gem "capistrano-rails", require: false
97 gem "capistrano-rbenv", require: false
98 gem "ed25519", require: false
99 gem "guard", require: false
100 gem "guard-livereload", require: false
101 gem "guard-rspec", require: false
103 gem "rubocop-capybara"
104 gem "rubocop-factory_bot"
105 gem "rubocop-packaging"
106 gem "rubocop-performance"
110 # gem "rubocop-rspec_rails"
114 # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
116 gem "selenium-webdriver"
118 gem "database_cleaner-active_record"
121 gem "simplecov", require: false
122 gem 'shoulda-matchers'