Skip to content

Commit

Permalink
Re-add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cemacrr committed Nov 24, 2023
1 parent 9c577b5 commit 1f7b4bd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# frozen_string_literal: true

source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Synchronize with https://pages.github.com/versions
ruby '>=2.7.1'

gem 'github-pages', group: :jekyll_plugins

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
gem 'webrick', '>= 1.6.1'
end

0 comments on commit 1f7b4bd

Please sign in to comment.