Skip to content

Commit

Permalink
Update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Jun 3, 2023
1 parent 6c0df49 commit 68ee2c2
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 18 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
source "https://rubygems.org"
gemspec

gem "appraisal"
gem "jekyll"
gem "jekyll-redirect-from"
gem "webrick"
gem "jekyll-paginate"

group :development do
gem "appraisal"
end
9 changes: 6 additions & 3 deletions gemfiles/jekyll_3.9.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "jekyll", "~> 3.9.0"
gem "jekyll-redirect-from"
gem "webrick"
gem "jekyll-paginate"
gem "jekyll", "~> 3.9.0"

group :development do
gem "appraisal"
end

gemspec path: "../"
9 changes: 6 additions & 3 deletions gemfiles/jekyll_4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "jekyll", "~> 4.0.0"
gem "jekyll-redirect-from"
gem "webrick"
gem "jekyll-paginate"
gem "jekyll", "~> 4.0.0"

group :development do
gem "appraisal"
end

gemspec path: "../"
9 changes: 6 additions & 3 deletions gemfiles/jekyll_4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "jekyll", "~> 4.1.0"
gem "jekyll-redirect-from"
gem "webrick"
gem "jekyll-paginate"
gem "jekyll", "~> 4.1.0"

group :development do
gem "appraisal"
end

gemspec path: "../"
9 changes: 6 additions & 3 deletions gemfiles/jekyll_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "jekyll", "~> 4.2.0"
gem "jekyll-redirect-from"
gem "webrick"
gem "jekyll-paginate"
gem "jekyll", "~> 4.2.0"

group :development do
gem "appraisal"
end

gemspec path: "../"
9 changes: 6 additions & 3 deletions gemfiles/jekyll_4.3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

source "https://rubygems.org"

gem "appraisal"
gem "jekyll", "~> 4.3.0"
gem "jekyll-redirect-from"
gem "webrick"
gem "jekyll-paginate"
gem "jekyll", "~> 4.3.0"

group :development do
gem "appraisal"
end

gemspec path: "../"

0 comments on commit 68ee2c2

Please # to comment.