Merge pull request #273 from sharu725/fix-270

Fix #270 Add Gemfile
This commit is contained in:
sharath Kumar 2022-02-07 12:14:39 +05:30 committed by GitHub
commit 2f5f379de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

9
Gemfile Normal file
View File

@ -0,0 +1,9 @@
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "jekyll"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]