@@ -4,24 +4,18 @@ ruby file: '.ruby-version'
44
55gem 'nkf'
66
7- # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
87gem "rails" , "~> 8.1.0"
98
10- # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
119gem "sprockets-rails"
1210
1311gem 'pg'
1412
15- # Use the Puma web server [https://github.com/puma/puma]
1613gem "puma" , ">= 5.0"
1714
18- # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
1915gem "importmap-rails"
2016
21- # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
2217gem "turbo-rails"
2318
24- # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
2519gem "stimulus-rails"
2620
2721gem 'tailwindcss-rails'
@@ -30,43 +24,23 @@ gem 'action_args'
3024
3125gem 'active_decorator'
3226
33- # Use Redis adapter to run Action Cable in production
34- # gem "redis", ">= 4.0.1"
3527
36- # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis]
37- # gem "kredis"
38-
39- # Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
40- # gem "bcrypt", "~> 3.1.7"
41-
42- # Reduces boot times through caching; required in config/boot.rb
4328gem "bootsnap" , require : false
4429
4530# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
4631# gem "image_processing", "~> 1.2"
4732
4833group :development , :test do
49- # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
5034 gem "debug" , platforms : %i[ mri mswin mswin64 mingw x64_mingw ]
5135end
5236
5337group :development do
54- # Use console on exceptions pages [https://github.com/rails/web-console]
55- gem "web-console"
56-
57- # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
58- # gem "rack-mini-profiler"
59-
60- # Speed up commands on slow machines / big apps [https://github.com/rails/spring]
61- # gem "spring"
62-
6338 gem 'brakeman'
6439 gem 'bundler-audit'
6540 gem 'rubocop'
6641end
6742
6843group :test do
69- # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
7044 gem "capybara"
7145 gem "selenium-webdriver"
7246 gem 'simplecov'
0 commit comments