Skip to content

Commit

Permalink
Merge pull request #860 from llmware-ai/revert-859-update-gemfile-lock
Browse files Browse the repository at this point in the history
Revert "updating gem file lock"
  • Loading branch information
doberst authored Jun 9, 2024
2 parents 64d96ce + 930ea85 commit 36703b8
Showing 1 changed file with 24 additions and 33 deletions.
57 changes: 24 additions & 33 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,28 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bulma-clean-theme (1.0.0)
jekyll (>= 4.3, < 5.0)
jekyll-feed (~> 0.15)
jekyll-paginate (~> 1.1)
jekyll-seo-tag (~> 2.7)
jekyll-sitemap (~> 1.4)
kramdown-parser-gfm (~> 1.1)
colorator (1.1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.8.1)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.17.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.23.4)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -46,20 +40,15 @@ GEM
webrick (~> 1.7)
jekyll-default-layout (0.1.5)
jekyll (>= 3.0, < 5.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-github-metadata (2.16.1)
jekyll-github-metadata (2.16.0)
jekyll (>= 3.4, < 5.0)
octokit (>= 4, < 7, != 4.4.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
just-the-docs (0.7.0)
Expand All @@ -72,42 +61,44 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
octokit (4.25.1)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
rake (13.2.1)
public_suffix (5.0.3)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (3.30.0)
rouge (4.1.3)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.58.3)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
unicode-display_width (2.4.2)
webrick (1.8.1)

PLATFORMS
ruby
arm64-darwin-23
x86_64-linux

DEPENDENCIES
bulma-clean-theme (= 1.0.0)
jekyll (~> 4.3.2)
jekyll-default-layout
jekyll-github-metadata (>= 2.15)
Expand All @@ -117,4 +108,4 @@ DEPENDENCIES
rexml (= 3.2.8)

BUNDLED WITH
1.17.2
2.5.6

0 comments on commit 36703b8

Please sign in to comment.