Newer
Older
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'bugsnag'
gem 'gitlab'
gem 'image_processing'
gem 'mini_magick'
gem 'octokit'
gem 'pg', '~> 1.1'
gem 'puma'
# Back-end
gem 'cancancan'
gem 'curation'#, path: '../../arnaudlevy/curation'
gem 'delayed_job_active_record'
gem 'delayed_job_web'
gem 'has_scope', '~> 0.8.0'
gem 'hash_dot'
gem 'rails', '~> 6.1'
gem 'rails-i18n'
gem 'sanitize'
gem 'sib-api-v3-sdk'
gem 'two_factor_authentication', git: 'https://github.com/noesya/two_factor_authentication.git'
# gem 'two_factor_authentication', path: '../two_factor_authentication'
# Front-end
gem 'angularjs-rails'
gem 'bootstrap'
gem 'bootstrap5-kaminari-views'
gem 'breadcrumbs_on_rails'
gem 'cocoon', '~> 1.2'
gem 'country_select'
gem 'kaminari'
gem 'sassc-rails'
gem 'simple_form'
gem 'simple_form_bs5_file_input'#, path: '../simple_form_bs5_file_input'
gem 'simple_form_password_with_hints'#, path: '../simple_form_password_with_hints'
gem 'simple-navigation'
gem 'summernote-rails', git: 'https://github.com/noesya/summernote-rails.git', branch: 'activestorage'
# gem 'summernote-rails', path: '../summernote-rails'
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
end
group :test do
gem 'capybara', '>= 3.26'
gem 'selenium-webdriver'
gem 'webdrivers'
end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]