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
29
29
gem 'rss' # Add RSS for Podcasts: https://coderdojo.jp/podcasts
30
30
gem 'ruby-mp3info' , require : 'mp3info' # For RSS feed
31
31
32
- # Rendering legal documents
32
+ # Rendering *.md documents: https://coderdojo.jp/docs
33
33
gem 'kramdown'
34
34
gem 'kramdown-parser-gfm'
35
35
36
+ # Need to fetch Stats & UpcomingEvents.
37
+ # https://coderdojo.jp/stats
38
+ # https://coderdojo.jp/events
36
39
gem 'faraday'
37
-
38
40
gem 'koala'
39
41
gem 'lazy_high_charts' , '1.5.8'
42
+
43
+ # Protect from attacks for Security
40
44
gem 'rack-attack'
41
45
gem 'rack-user_agent'
42
46
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.
44
49
gem 'aws-sdk-s3' , '~> 1'
45
50
46
51
group :development do
You can’t perform that action at this time.
0 commit comments