Skip to content

Commit

Permalink
docs: Update packages (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Sep 9, 2024
1 parent fa7e7cc commit f562a36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
10 changes: 4 additions & 6 deletions docs/GemFile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
source 'https://rubygems.org'

gem 'eventmachine', '1.2.7', git: 'https://github.com/eventmachine/eventmachine', tag: 'v1.2.7'
gem 'wdm', '>= 0.1.1' if Gem.win_platform? # windows compatibilty pack
gem 'faraday-retry'
# local dev: bundle exec jekyll serve -o -l

# jekyll plugins
# local dev: bundle exec jekyll serve
group :jekyll_plugins do
gem 'github-pages'
gem "jekyll-github-metadata"
Expand All @@ -16,4 +12,6 @@ group :jekyll_plugins do
gem 'jekyll-minifier'
end

gem "webrick" # needed for ruby > v3.0
gem 'wdm', '>= 0.2.0' if Gem.win_platform? # windows compatibilty pack
gem 'webrick' # needed for ruby > v3.0
gem 'faraday' # reload/retry on file changes
15 changes: 3 additions & 12 deletions docs/GemFile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
GIT
remote: https://github.com/eventmachine/eventmachine
revision: 9cb13a8a62363df5ebcc414169a3deb2c1608528
tag: v1.2.7
specs:
eventmachine (1.2.7)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -41,14 +34,13 @@ GEM
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
logger
faraday-net_http (3.3.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
Expand Down Expand Up @@ -296,16 +288,15 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
eventmachine (= 1.2.7)!
faraday-retry
faraday
github-pages
jekyll-github-metadata
jekyll-last-modified-at
jekyll-minifier
jekyll-redirect-from
jekyll-seo-tag
jekyll-sitemap
wdm (>= 0.1.1)
wdm (>= 0.2.0)
webrick

BUNDLED WITH
Expand Down

0 comments on commit f562a36

Please sign in to comment.