Skip to content

Commit ec1de86

Browse files
committed
Add comment for gems
1 parent 9189653 commit ec1de86

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Gemfile

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,26 @@ gem 'rails-html-sanitizer'
1717
gem 'sass-rails', '>= 5'
1818
gem 'simple_grid_rails'
1919
gem 'uglifier'
20+
gem 'concurrent-ruby'
2021

2122
# Add bundled gems for Ruby 3.3+
2223
# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
2324
gem 'csv'
2425
gem 'ostruct'
2526

26-
# Rails 7.1では不要になったため、バージョン制限を解除
27-
gem 'concurrent-ruby'
2827

29-
# For handling error
30-
# https://github.com/yuki24/rambulance
31-
# Using patch gem due to NameError: uninitialized constant ApplicationHelper
28+
# For handling error by Rambulance: https://github.com/yuki24/rambulance
29+
# FIXME: Using patch gem due to NameError: uninitialized constant ApplicationHelper
3230
# https://github.com/coderdojo-japan/coderdojo.jp/pull/1631#issuecomment-2424826474
3331
gem 'rambulance', git: 'https://github.com/yasslab/rambulance'
3432

35-
# Error Monitoring by Airbrake
36-
# https://github.com/airbrake/airbrake
33+
# Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
3734
gem 'airbrake'
3835

3936
# For redirection
4037
gem 'rack-host-redirect'
4138

42-
# Add RSS for podcasts
39+
# Add RSS for Podcasts: https://coderdojo.jp/podcasts
4340
gem 'rss'
4441

4542
# For SSL and CORS
@@ -64,7 +61,8 @@ gem 'rinku'
6461
# For RSS feed
6562
gem 'ruby-mp3info', require: 'mp3info'
6663

67-
# For Sitemap (Google Search Console)
64+
# For Sitemap (Mainly use Google Search Console)
65+
# https://github.com/kjvarga/sitemap_generator
6866
gem 'sitemap_generator'
6967

7068
# For Pokemon image file downloads

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ GEM
451451
rspec-support (3.13.3)
452452
rss (0.3.1)
453453
rexml
454-
rubocop (1.75.6)
454+
rubocop (1.75.7)
455455
json (~> 2.3)
456456
language_server-protocol (~> 3.17.0.2)
457457
lint_roller (~> 1.1.0)

0 commit comments

Comments
 (0)