Proggy.io

Submitted by @geetfun
# frozen_string_literal: true

source 'https://rubygems.org'

ruby '3.3.3'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '7.2.0.beta2'
gem 'propshaft', '~> 0.9.0'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.4'
gem 'importmap-rails', '~> 2'
gem 'turbo-rails', '~> 2.0', '>= 2.0.5'
gem 'stimulus-rails', '~> 1.3'

gem 'active_link_to', '~> 1.0'
gem 'awesome_nested_set', github: 'collectiveidea/awesome_nested_set'
gem 'audited', '~> 5.6'
gem 'aws-sdk-s3', require: false
gem 'bcrypt', '~> 3.1'
gem 'browser', '~> 6.0'
gem 'country_select', '~> 9.0'
gem 'doorkeeper', '~> 5.6'
gem 'friendly_id', '~> 5.5'
gem 'front_matter_parser', '~> 1.0'
gem 'groupdate', '~> 6.4'
gem 'interactor', '~> 3.0'
gem 'jbuilder', '~> 2.11'
gem 'liquid', '~> 5.5'
gem 'lograge', '~> 0.14.0'
gem 'local_time', '~> 3'
gem 'markdown-rails', '~> 2.1'
gem 'maxminddb', '~> 0.1.22'
gem 'meta-tags', '~> 2.21'
gem 'mission_control-jobs', '~> 0.2'
gem 'name_of_person', '~> 1.1'
gem 'newrelic_rpm', '~> 9.9'
gem 'noticed', '~> 2.3'
gem 'pagy', '~> 8.3'
gem 'paranoia', '~> 2.6'
gem 'pghero', '~> 3.5'
gem 'pg_query', '~> 5.1'
gem 'pg_search', github: 'Casecommons/pg_search'
gem 'postmark-rails', '~> 0.22.1'
gem 'positioning', '~> 0.2.0'
gem 'pundit', '~> 2.3'
gem 'rails_performance', '~> 1.2'
gem 'rubyzip', '3.0.0.alpha', require: false
gem 'sequenced', '~> 4.0'
gem 'sitemap_generator', '~> 6.3'
gem 'sitepress-rails', '~> 4.0'
gem 'solid_cache', '~> 0.6.0'
gem 'solid_queue', '~> 0.3'
gem 'tailwindcss-rails', '~> 2.6'
gem 'view_component', '~> 3.7'
gem 'redis', '~> 5.2'
gem 'kredis', '~> 1.6'
gem 'whenever', '~> 1.0', require: false

# 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, :test do
  # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
  gem 'annotate', '~> 3.2'
  gem 'debug', platforms: %i[mri windows]
end

group :development do
  gem 'authentication-zero'

  # Use console on exceptions pages [https://github.com/rails/web-console]
  gem 'web-console'

  # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
  # gem "rack-mini-profiler"

  # Speed up commands on slow machines / big apps [https://github.com/rails/spring]
  gem 'spring'
  gem 'rubocop-rails', '~> 2.24', require: false
  gem 'kamal', '~> 1.6'
  # gem 'deployed', path: '/Users/geetfun/Projects/Furvur/deployed'
end

group :test do
  # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
  gem 'capybara'
  gem 'cuprite'
  # gem 'shoulda', '5.0.0.rc1'
  # gem 'shoulda-matchers', '~> 5.3'
  gem 'shoulda-matchers', '~> 6.2'
  gem 'shoulda-context', '3.0.0.rc1'
  gem 'faker', '~> 3.2'
  gem 'launchy'
  gem 'rails-controller-testing'
end

gem "honeybadger", "~> 5.10"