Skip to content

Commit 6e88833

Browse files
committed
Cosmetic change on Gemfile
1 parent 81a5f51 commit 6e88833

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Gemfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ gem 'csv'
2626
gem 'rambulance', git: 'https://github.com/yasslab/rambulance'
2727

2828
gem 'airbrake' # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
29-
gem 'rack-host-redirect' # For redirection
30-
gem 'secure_headers' # For SSL and CORS
31-
gem 'rinku' # For Auto Link
32-
gem 'sitemap_generator' # For Sitemap: https://github.com/kjvarga/sitemap_generator
33-
29+
gem 'rack-host-redirect' # Enable redirection
30+
gem 'secure_headers' # Enable SSL and CORS
31+
gem 'rinku' # Enable Auto Link for Podcasts
32+
gem 'sitemap_generator' # Sitemap: https://github.com/kjvarga/sitemap_generator
3433
gem 'rss' # Add RSS for Podcasts: https://coderdojo.jp/podcasts
3534
gem 'ruby-mp3info', require: 'mp3info' # For RSS feed
3635

0 commit comments

Comments
 (0)