File tree 1 file changed +7
-20
lines changed
1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,14 @@ gem 'ostruct'
30
30
# https://github.com/coderdojo-japan/coderdojo.jp/pull/1631#issuecomment-2424826474
31
31
gem 'rambulance' , git : 'https://github.com/yasslab/rambulance'
32
32
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
35
38
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
44
41
45
42
# Rendering legal documents
46
43
gem 'kramdown'
@@ -55,16 +52,6 @@ gem 'lazy_high_charts', '1.5.8'
55
52
gem 'rack-attack'
56
53
gem 'rack-user_agent'
57
54
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
-
68
55
# For Pokemon image file downloads
69
56
gem 'aws-sdk-s3' , '~> 1'
70
57
You can’t perform that action at this time.
0 commit comments