Skip to content

Commit 96664ae

Browse files
committed
Add comments on gems, where to use them one by one
1 parent adec0e9 commit 96664ae

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Gemfile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,23 @@ gem 'sitemap_generator' # Sitemap: https://github.com/kjvarga/sitemap_generator
2929
gem 'rss' # Add RSS for Podcasts: https://coderdojo.jp/podcasts
3030
gem 'ruby-mp3info', require: 'mp3info' # For RSS feed
3131

32-
# Rendering legal documents
32+
# Rendering *.md documents: https://coderdojo.jp/docs
3333
gem 'kramdown'
3434
gem 'kramdown-parser-gfm'
3535

36+
# Need to fetch Stats & UpcomingEvents.
37+
# https://coderdojo.jp/stats
38+
# https://coderdojo.jp/events
3639
gem 'faraday'
37-
3840
gem 'koala'
3941
gem 'lazy_high_charts', '1.5.8'
42+
43+
# Protect from attacks for Security
4044
gem 'rack-attack'
4145
gem 'rack-user_agent'
4246

43-
# For Pokemon image file downloads
47+
# For Pokemon Workshop v1. https://coderdojo.jp/pokemon
48+
# But current v2 does not need this, so can be removed.
4449
gem 'aws-sdk-s3', '~> 1'
4550

4651
group :development do

0 commit comments

Comments
 (0)