Skip to content

Commit

Permalink
Slim unnecessary platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Aug 12, 2024
1 parent c10b58b commit d95fc22
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :jekyll_plugins do
gem "jekyll-algolia", ">= 1.7.1"
gem "jekyll-feed", ">= 0.15.1"
gem "jekyll-include-cache", ">= 0.2.1"
gem 'jekyll-post-image-generator', github: 'sebs-scholarship/jekyll-post-image-generator', tag: 'v0.0.11'
gem 'jekyll-post-image-generator', github: 'sebs-scholarship/jekyll-post-image-generator', tag: 'v0.0.13'
gem "jekyll-relative-links", ">= 0.6.1"
gem "jekyll-remote-theme", ">= 0.4.3"
gem "jekyll-sitemap", ">= 1.4.0"
Expand Down
41 changes: 18 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
GIT
remote: https://github.com/sebs-scholarship/jekyll-post-image-generator.git
revision: 63b62c1c810ab54c34c72258ba9cbd65e6f55fe0
tag: v0.0.11
revision: a3dd171dc1051733f66e973d26ff8211e948f2f6
tag: v0.0.13
specs:
jekyll-post-image-generator (0.0.1)
jekyll-post-image-generator (0.0.13)
jekyll (>= 4.3.1)
mini_magick (>= 4.11.0)

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algolia_html_extractor (2.6.4)
json (~> 2.0)
nokogiri (~> 1.10)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
colorator (1.1.0)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
ffi (1.17.0-x86_64-linux-musl)
filesize (0.2.0)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -73,34 +73,30 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.1)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_magick (4.12.0)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
mini_magick (5.0.1)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
progressbar (1.13.0)
public_suffix (5.0.4)
racc (1.7.3)
public_suffix (6.0.1)
racc (1.8.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.3)
rexml (3.3.4)
strscan
rouge (4.2.0)
rouge (4.3.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sassc (2.4.0)
Expand All @@ -113,8 +109,7 @@ GEM
webrick (1.8.1)

PLATFORMS
universal-darwin-22
x86_64-linux
x86_64-linux-musl

DEPENDENCIES
jekyll (>= 4.3.1)
Expand Down

0 comments on commit d95fc22

Please sign in to comment.