source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.6.5' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.3.6' gem 'mysql2', '~> 0.5.2' # Use Puma as the app server #gem 'puma', '~> 3.11' # Use SCSS for stylesheets gem 'sass-rails', '~> 5' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker # gem 'webpacker', '~> 4.2.2' # Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks # gem 'turbolinks', '~> 5' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '>= 1.4.2' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' # Use Active Storage variant # gem 'image_processing', '~> 1.2' gem 'recaptcha','~> 5.2' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' gem 'listen', '>= 3.0.5', '< 3.2' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' gem 'letter_opener' gem 'binding_of_caller' gem "capistrano", '~> 3.11.2', require: false gem "capistrano-rails", '~> 1.4.0', require: false gem 'capistrano-rvm', '~> 0.1.1', require: false gem 'capistrano-passenger', '~> 0.2.0', require: false gem 'capistrano-measure', '~> 0.10.0', require: false # gem 'ed25519', '~> 1.2.4', require: false # gem 'bcrypt_pbkdf', '~> 1.0.1', require: false gem 'capistrano-sidekiq', '~> 0.20.0', require: false end group :test do # Adds support for Capybara system testing and selenium driver gem 'capybara', '>= 2.15' gem 'selenium-webdriver' # Easy installation and use of web drivers to run system tests with browsers gem 'webdrivers' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem # gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'config', '~> 2.0.0' gem 'ransack', '~> 2.3.0' gem 'devise', '~> 4.7.0' #gem 'devise_cas_authenticatable', '~> 1.10.4' gem 'cancancan', '~> 3.0.1' gem 'kaminari', '~> 1.1.1' gem 'rails-i18n', '~> 6.0.0' gem 'select2-rails', '4.0.2' gem 'font-awesome-rails', '~> 4.7.0' gem 'nested_form', '~> 0.3.2' gem 'jquery-rails', '~> 4.3.5' gem 'pixpalace', path: 'vendor/engines/pixpalace' gem 'devise-encryptable', '~> 0.2.0' gem 'devise-scrypt', '~> 1.0.0' gem 'intl-tel-input-rails','~> 12.3.0' gem 'turnout', '~> 2.5' gem 'carrierwave', '~> 0.11.2' gem 'sidekiq', '~> 5.2.10' gem 'tinymce-rails' gem 'bootstrap-datepicker-rails', '~> 1.6.4.1' gem 'faraday', '~> 1.0.1' gem 'faraday_middleware', '~> 1.0.0' gem 'faraday-detailed_logger', '~> 2.3.0' gem 'rubyzip', "~> 2.3.0", require: 'zip' gem 'grover', '~> 1.1.2' gem 'redis-session-store' gem 'ffi', '~> 1.16.3' # must be 1.16 for rubygems compatibility