Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kkminseok committed Jun 13, 2024
1 parent 03bed85 commit 555eb67
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

source "https://rubygems.org"

gem "jekyll-theme-chirpy", "~> 7.0", ">= 7.0.1"
# gem "jekyll-theme-chirpy", "~> 7.0", ">= 7.0.1"

group :test do
gem "html-proofer", "~> 5.0"
end
# group :test do
# gem "html-proofer", "~> 5.0"
# end


# gemspec
gemspec

# group :test do
# gem "html-proofer", "~> 3.18"
# end
group :test do
gem "html-proofer", "~> 3.18"
end

# # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# # and associated library.
# install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
# gem "tzinfo", "~> 1.2"
# gem "tzinfo-data"
# end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end

# # Performance-booster for watching directories on Windows
# gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?

# # Jekyll <= 4.2.0 compatibility with Ruby 3.0
# gem "webrick", "~> 1.7"
# Jekyll <= 4.2.0 compatibility with Ruby 3.0
gem "webrick", "~> 1.7"

# # generate sitemap
# generate sitemap
gem 'jekyll-sitemap'

0 comments on commit 555eb67

Please sign in to comment.