Skip to content

Commit

Permalink
Merge pull request #234 from lkocman/micro61
Browse files Browse the repository at this point in the history
Revert Gemfile.lock
  • Loading branch information
lkocman authored Nov 20, 2024
2 parents 1fe9c53 + f30ecf1 commit 5d78cc5
Showing 1 changed file with 29 additions and 31 deletions.
60 changes: 29 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.3.4)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (1.10.4)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -46,23 +45,20 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.1)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (4.28.3-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
human_size (1.1.2)
i18n (1.14.6)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.3.4)
jekyll (4.3.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -83,40 +79,42 @@ GEM
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.9.0)
liquid (4.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
multipart-post (2.4.1)
multipart-post (2.2.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
rake (13.2.1)
public_suffix (5.0.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.3.9)
rouge (4.5.1)
rexml (3.3.6)
strscan
rouge (4.0.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.81.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
sassc (2.4.0)
ffi (~> 1.9)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.9.0)
unicode-display_width (2.3.0)
webrick (1.8.2)

PLATFORMS
x86_64-linux-gnu
ruby

DEPENDENCIES
faraday
Expand All @@ -130,4 +128,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.4.22
2.1.4

0 comments on commit 5d78cc5

Please sign in to comment.