File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed
Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,14 @@ gem 'ostruct'
3030# https://github.com/coderdojo-japan/coderdojo.jp/pull/1631#issuecomment-2424826474
3131gem '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
4643gem 'kramdown'
@@ -55,16 +52,6 @@ gem 'lazy_high_charts', '1.5.8'
5552gem 'rack-attack'
5653gem '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
6956gem 'aws-sdk-s3' , '~> 1'
7057
You can’t perform that action at this time.
0 commit comments