File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -17,29 +17,26 @@ gem 'rails-html-sanitizer'
1717gem 'sass-rails' , '>= 5'
1818gem 'simple_grid_rails'
1919gem 'uglifier'
20+ gem 'concurrent-ruby'
2021
2122# Add bundled gems for Ruby 3.3+
2223# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
2324gem 'csv'
2425gem 'ostruct'
2526
26- # Rails 7.1では不要になったため、バージョン制限を解除
27- gem 'concurrent-ruby'
2827
29- # For handling error
30- # https://github.com/yuki24/rambulance
31- # Using patch gem due to NameError: uninitialized constant ApplicationHelper
28+ # For handling error by Rambulance: https://github.com/yuki24/rambulance
29+ # FIXME: Using patch gem due to NameError: uninitialized constant ApplicationHelper
3230# https://github.com/coderdojo-japan/coderdojo.jp/pull/1631#issuecomment-2424826474
3331gem 'rambulance' , git : 'https://github.com/yasslab/rambulance'
3432
35- # Error Monitoring by Airbrake
36- # https://github.com/airbrake/airbrake
33+ # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
3734gem 'airbrake'
3835
3936# For redirection
4037gem 'rack-host-redirect'
4138
42- # Add RSS for podcasts
39+ # Add RSS for Podcasts: https://coderdojo.jp/ podcasts
4340gem 'rss'
4441
4542# For SSL and CORS
@@ -64,7 +61,8 @@ gem 'rinku'
6461# For RSS feed
6562gem 'ruby-mp3info' , require : 'mp3info'
6663
67- # For Sitemap (Google Search Console)
64+ # For Sitemap (Mainly use Google Search Console)
65+ # https://github.com/kjvarga/sitemap_generator
6866gem 'sitemap_generator'
6967
7068# For Pokemon image file downloads
Original file line number Diff line number Diff line change 451451 rspec-support (3.13.3 )
452452 rss (0.3.1 )
453453 rexml
454- rubocop (1.75.6 )
454+ rubocop (1.75.7 )
455455 json (~> 2.3 )
456456 language_server-protocol (~> 3.17.0.2 )
457457 lint_roller (~> 1.1.0 )
You can’t perform that action at this time.
0 commit comments