File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,23 @@ gem 'sitemap_generator' # Sitemap: https://github.com/kjvarga/sitemap_generator
2929gem 'rss' # Add RSS for Podcasts: https://coderdojo.jp/podcasts
3030gem 'ruby-mp3info' , require : 'mp3info' # For RSS feed
3131
32- # Rendering legal documents
32+ # Rendering *.md documents: https://coderdojo.jp/docs
3333gem 'kramdown'
3434gem 'kramdown-parser-gfm'
3535
36+ # Need to fetch Stats & UpcomingEvents.
37+ # https://coderdojo.jp/stats
38+ # https://coderdojo.jp/events
3639gem 'faraday'
37-
3840gem 'koala'
3941gem 'lazy_high_charts' , '1.5.8'
42+
43+ # Protect from attacks for Security
4044gem 'rack-attack'
4145gem '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.
4449gem 'aws-sdk-s3' , '~> 1'
4550
4651group :development do
You can’t perform that action at this time.
0 commit comments