Skip to content

Commit 0895b9b

Browse files
committed
2025-03-15
1 parent 8d3b9d1 commit 0895b9b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Gemfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3737
# do not have a Java counterpart.
3838
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3939

40-
# RSH++ Remote Theme Gem for Github
40+
# RSH++
41+
# Remote Theme Gem for Github
4142
gem "jekyll-remote-theme"
43+
gem "jekyll-paginate"
4244

4345
gem 'logger'
4446
gem 'base64'
4547
gem "csv"
48+
# RSH++ Paginate
49+
4650
# if Gem.win_platform?
4751
# # Do nothing on Windows
4852
# else
@@ -54,5 +58,3 @@ gem "csv"
5458
# gem "csv"
5559
# end
5660
# end
57-
# RSH++ Paginate
58-
gem "jekyll-paginate"

0 commit comments

Comments
 (0)