Skip to content

Commit

Permalink
gem stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
whatnotery committed Jul 24, 2024
2 parents b9cc66d + a384075 commit fbd61c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "minima", "~> 2.5"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-ical-tag', github: 'Rakefire/jekyll-ical-tag'
gem "jekyll-ical-tag"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
19 changes: 7 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
GIT
remote: https://github.com/Rakefire/jekyll-ical-tag.git
revision: 6c066e141ca505e3d9568ee4228d963253531fea
specs:
jekyll-ical-tag (1.5.1)
activesupport (~> 7.1)
api_cache
icalendar (~> 2.10.1)
icalendar-recurrence
jekyll (> 3)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -93,6 +82,12 @@ GEM
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-ical-tag (1.5.1)
activesupport (~> 7.1)
api_cache
icalendar (~> 2.10.1)
icalendar-recurrence
jekyll (> 3)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
Expand Down Expand Up @@ -211,7 +206,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)
jekyll-ical-tag!
jekyll-ical-tag
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ title: Darling Wine Bar - A darling lil bar for darling lil people
description: >- # this means to ignore newlines until "baseurl:"
A darling lil bar for darling lil people
Located in Greyline Station in Lexington KY
baseurl: "/DarlingWebsite" # the subpath of your site, e.g. /blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
timezone: America/New_York
# Build settings
Expand Down

0 comments on commit fbd61c6

Please sign in to comment.