File tree 2 files changed +8
-10
lines changed
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'
17
17
gem 'sass-rails' , '>= 5'
18
18
gem 'simple_grid_rails'
19
19
gem 'uglifier'
20
+ gem 'concurrent-ruby'
20
21
21
22
# Add bundled gems for Ruby 3.3+
22
23
# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
23
24
gem 'csv'
24
25
gem 'ostruct'
25
26
26
- # Rails 7.1では不要になったため、バージョン制限を解除
27
- gem 'concurrent-ruby'
28
27
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
32
30
# https://github.com/coderdojo-japan/coderdojo.jp/pull/1631#issuecomment-2424826474
33
31
gem 'rambulance' , git : 'https://github.com/yasslab/rambulance'
34
32
35
- # Error Monitoring by Airbrake
36
- # https://github.com/airbrake/airbrake
33
+ # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
37
34
gem 'airbrake'
38
35
39
36
# For redirection
40
37
gem 'rack-host-redirect'
41
38
42
- # Add RSS for podcasts
39
+ # Add RSS for Podcasts: https://coderdojo.jp/ podcasts
43
40
gem 'rss'
44
41
45
42
# For SSL and CORS
@@ -64,7 +61,8 @@ gem 'rinku'
64
61
# For RSS feed
65
62
gem 'ruby-mp3info' , require : 'mp3info'
66
63
67
- # For Sitemap (Google Search Console)
64
+ # For Sitemap (Mainly use Google Search Console)
65
+ # https://github.com/kjvarga/sitemap_generator
68
66
gem 'sitemap_generator'
69
67
70
68
# For Pokemon image file downloads
Original file line number Diff line number Diff line change 451
451
rspec-support (3.13.3 )
452
452
rss (0.3.1 )
453
453
rexml
454
- rubocop (1.75.6 )
454
+ rubocop (1.75.7 )
455
455
json (~> 2.3 )
456
456
language_server-protocol (~> 3.17.0.2 )
457
457
lint_roller (~> 1.1.0 )
You can’t perform that action at this time.
0 commit comments