Skip to content

Commit

Permalink
add Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandlerMcCowan committed Aug 15, 2021
1 parent a4894d8 commit 1bd9f11
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "jekyll"
gem 'jemoji'
gem 'webrick'

# gem "rails"

0 comments on commit 1bd9f11

Please sign in to comment.