Skip to content

Commit ba3fd11

Browse files
committed
Cleanup
1 parent 0789b88 commit ba3fd11

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

Gemfile

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,18 @@ ruby file: '.ruby-version'
44

55
gem 'nkf'
66

7-
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
87
gem "rails", "~> 8.1.0"
98

10-
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
119
gem "sprockets-rails"
1210

1311
gem 'pg'
1412

15-
# Use the Puma web server [https://github.com/puma/puma]
1613
gem "puma", ">= 5.0"
1714

18-
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
1915
gem "importmap-rails"
2016

21-
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
2217
gem "turbo-rails"
2318

24-
# Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
2519
gem "stimulus-rails"
2620

2721
gem 'tailwindcss-rails'
@@ -30,43 +24,23 @@ gem 'action_args'
3024

3125
gem '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
4328
gem "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

4833
group :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 ]
5135
end
5236

5337
group :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'
6641
end
6742

6843
group :test do
69-
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
7044
gem "capybara"
7145
gem "selenium-webdriver"
7246
gem 'simplecov'

Gemfile.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ GEM
102102
aws-eventstream (~> 1, >= 1.0.2)
103103
base64 (0.3.0)
104104
bigdecimal (3.3.1)
105-
bindex (0.8.1)
106105
bootsnap (1.18.6)
107106
msgpack (~> 1.2)
108107
brakeman (7.1.1)
@@ -324,11 +323,6 @@ GEM
324323
unicode-emoji (4.1.0)
325324
uri (1.0.4)
326325
useragent (0.16.11)
327-
web-console (4.2.1)
328-
actionview (>= 6.0.0)
329-
activemodel (>= 6.0.0)
330-
bindex (>= 0.4.0)
331-
railties (>= 6.0.0)
332326
websocket (1.2.11)
333327
websocket-driver (0.8.0)
334328
base64
@@ -372,8 +366,6 @@ DEPENDENCIES
372366
stimulus-rails
373367
tailwindcss-rails
374368
turbo-rails
375-
tzinfo-data
376-
web-console
377369

378370
RUBY VERSION
379371
ruby 3.4.7p58

0 commit comments

Comments
 (0)