Skip to content

Commit 91b91c0

Browse files
committed
Cosmetic change on Gemfile
1 parent cfb5961 commit 91b91c0

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

Gemfile

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,14 @@ gem 'ostruct'
3030
# https://github.com/coderdojo-japan/coderdojo.jp/pull/1631#issuecomment-2424826474
3131
gem 'rambulance', git: 'https://github.com/yasslab/rambulance'
3232

33-
# Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
34-
gem 'airbrake'
33+
gem 'airbrake' # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
34+
gem 'rack-host-redirect' # For redirection
35+
gem 'secure_headers' # For SSL and CORS
36+
gem 'rinku' # For Auto Link
37+
gem 'sitemap_generator' # For Sitemap: https://github.com/kjvarga/sitemap_generator
3538

36-
# For redirection
37-
gem 'rack-host-redirect'
38-
39-
# Add RSS for Podcasts: https://coderdojo.jp/podcasts
40-
gem 'rss'
41-
42-
# For SSL and CORS
43-
gem 'secure_headers'
39+
gem 'rss' # Add RSS for Podcasts: https://coderdojo.jp/podcasts
40+
gem 'ruby-mp3info', require: 'mp3info' # For RSS feed
4441

4542
# Rendering legal documents
4643
gem 'kramdown'
@@ -55,16 +52,6 @@ gem 'lazy_high_charts', '1.5.8'
5552
gem 'rack-attack'
5653
gem 'rack-user_agent'
5754

58-
# For Auto Link
59-
gem 'rinku'
60-
61-
# For RSS feed
62-
gem 'ruby-mp3info', require: 'mp3info'
63-
64-
# For Sitemap (Mainly use Google Search Console)
65-
# https://github.com/kjvarga/sitemap_generator
66-
gem 'sitemap_generator'
67-
6855
# For Pokemon image file downloads
6956
gem 'aws-sdk-s3', '~> 1'
7057

0 commit comments

Comments
 (0)