Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aristarhys committed Sep 29, 2023
1 parent 8e97d53 commit a43dc0f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
14 changes: 9 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
source "https://rubygems.org"
gem "github-pages", "~> 228", group: :jekyll_plugins

gem "github-pages", group: :jekyll_plugins

group :jekyll_plugins do
gem "jekyll-feed", "~> 0.15.1"
gem "jekyll-remote-theme", "~> 0.4.3"
gem 'jekyll-redirect-from', '~> 0.16.0'
gem "jekyll-feed"
gem "jekyll-remote-theme"
gem "jekyll-redirect-from"
end
gem "webrick", "~> 1.8", :group => :development

gem "webrick"
gem "faraday-retry"
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.16.2)
forwardable-extended (2.6.0)
gemoji (3.0.1)
Expand Down Expand Up @@ -207,12 +209,14 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.4)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.20.0)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -252,14 +256,15 @@ GEM
webrick (1.8.1)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
github-pages (~> 228)
jekyll-feed (~> 0.15.1)
jekyll-redirect-from (~> 0.16.0)
jekyll-remote-theme (~> 0.4.3)
webrick (~> 1.8)
faraday-retry
github-pages
jekyll-feed
jekyll-redirect-from
jekyll-remote-theme
webrick

BUNDLED WITH
2.4.19
2.1.4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

1. Install Ruby 3.1+
2. `gem install bundler`
3. `bundle install && bundle update --all`
3. `bundle install`
4. `bundle exec jekyll serve --livereload`
5. Navigate to [http://localhost:4000](http://localhost:4000)
5. Navigate to http://localhost:4000

0 comments on commit a43dc0f

Please sign in to comment.