Skip to content

Commit

Permalink
gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtenreiro committed Jun 6, 2024
1 parent 3fc17a6 commit 96c5566
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 32 deletions.
19 changes: 9 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# frozen_string_literal: true
source "https://rubygems.org"

source 'https://rubygems.org' do
gem 'rails'
gem 'nokogiri'
end

source 'https://mytrustedsource.com' do
gem 'my_private_gem'
end

# note: I could potentially remove the github-pages gem since I am
# now deploying via Netlify instead of GH-Pages. However, it does
# also include a lot of helpful dependencies that I might otherwise
# need to be sure that I include here. For more details see:
# https://talk.jekyllrb.com/t/jekyll-serve-auto-regeneration-not-recognizing-changes-after-gemfile-update/5335/7
gem 'github-pages'
gem 'jekyll-redirect-from', '~> 0.6'
gem "listen", "~> 3.2.1"
22 changes: 0 additions & 22 deletions minima.gemspec

This file was deleted.

0 comments on commit 96c5566

Please # to comment.