|
|
@ -18,22 +18,29 @@ gem 'simple_form', '~> 4.0' |
|
|
|
gem 'pundit', '~> 1.1' |
|
|
|
|
|
|
|
# Use SCSS for stylesheets |
|
|
|
gem 'sass-rails', '~> 6.0' |
|
|
|
gem 'sass-rails', '~> 5' |
|
|
|
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker |
|
|
|
gem 'webpacker' |
|
|
|
gem 'webpacker', '~> 4.0' |
|
|
|
# See https://github.com/rails/execjs#readme for more supported runtimes |
|
|
|
# gem 'mini_racer', platforms: :ruby |
|
|
|
|
|
|
|
gem 'bootstrap', '~> 4.3.1' |
|
|
|
|
|
|
|
# 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', '~> 2.5' |
|
|
|
gem 'jbuilder', '~> 2.7' |
|
|
|
# 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' |
|
|
|
|
|
|
|
# Reduces boot times through caching; required in config/boot.rb |
|
|
|
gem 'bootsnap', '>= 1.4.2', require: false |
|
|
|
|
|
|
|
gem 'rack-contrib' |
|
|
|
|
|
|
|
gem 'open4' |
|
|
@ -48,14 +55,12 @@ gem 'has_scope' |
|
|
|
|
|
|
|
gem 'logging' |
|
|
|
|
|
|
|
# Reduces boot times through caching; required in config/boot.rb |
|
|
|
gem 'bootsnap', '>= 1.4.1', require: false |
|
|
|
|
|
|
|
group :development, :test do |
|
|
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console |
|
|
|
gem 'binding_of_caller' |
|
|
|
gem 'pry-byebug' |
|
|
|
gem 'pry-rails' |
|
|
|
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] |
|
|
|
# gem 'binding_of_caller' |
|
|
|
# gem 'pry-byebug' |
|
|
|
# gem 'pry-rails' |
|
|
|
|
|
|
|
gem "factory_bot_rails", '~> 5.0' |
|
|
|
end |
|
|
@ -87,7 +92,7 @@ end |
|
|
|
|
|
|
|
group :test do |
|
|
|
# Adds support for Capybara system testing and selenium driver |
|
|
|
gem 'capybara', '>= 2.15', '< 4.0' |
|
|
|
gem 'capybara', '>= 2.15' |
|
|
|
gem 'selenium-webdriver' |
|
|
|
gem 'webdriver' |
|
|
|
gem 'launchy' |
|
|
|