Skip to content

Commit

Permalink
update gems to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Feb 7, 2023
1 parent da57a2f commit 4ebd7e1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 36 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem 'jekyll', '~> 4.2.2', '>= 4.1.1'
gem 'bundler', '~> 2.3.23'
gem 'jekyll', '~> 4.3.2'
gem 'bundler', '~> 2.3.7'
gem 'faraday-retry'
gem 'backports', '~> 3.23'
gem 'kramdown'
Expand Down
73 changes: 39 additions & 34 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,40 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
backports (3.23.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
faraday (2.6.0)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.1)
faraday-net_http (3.0.2)
faraday-retry (2.0.0)
faraday (~> 2.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.21.12-x86_64-darwin)
google-protobuf (3.21.12-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-admin (0.11.1)
jekyll (>= 3.7, < 5.0)
sinatra (>= 1.4)
Expand All @@ -45,8 +48,8 @@ GEM
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-paginate (1.1.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.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)
Expand All @@ -60,8 +63,8 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
Expand All @@ -74,56 +77,58 @@ GEM
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
puma (6.0.0)
public_suffix (5.0.1)
puma (6.0.2)
nio4r (~> 2.0)
rack (2.2.4)
rack-protection (3.0.2)
rack (2.2.6.2)
rack-protection (3.0.5)
rack
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.30.0)
rouge (4.0.1)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sass-embedded (1.58.0)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
sinatra (3.0.2)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
rack-protection (= 3.0.5)
tilt (~> 2.0)
sinatra-contrib (3.0.2)
sinatra-contrib (3.0.5)
multi_json
mustermann (~> 3.0)
rack-protection (= 3.0.2)
sinatra (= 3.0.2)
rack-protection (= 3.0.5)
sinatra (= 3.0.5)
tilt (~> 2.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tilt (2.0.11)
trollop (2.9.9)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2022.5)
tzinfo-data (1.2022.7)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
unicode-display_width (2.4.2)
wdm (0.1.1)
webrick (1.7.0)
webrick (1.8.1)

PLATFORMS
universal-darwin-21
x86_64-linux

DEPENDENCIES
backports (~> 3.23)
bundler (~> 2.3.23)
bundler (~> 2.3.7)
faraday-retry
jekyll (~> 4.2.2, >= 4.1.1)
jekyll (~> 4.3.2)
jekyll-admin (~> 0.11.1)
jekyll-feed (~> 0.17.0)
jekyll-gist (~> 1.5.0)
Expand All @@ -139,4 +144,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.3.23
2.3.7

1 comment on commit 4ebd7e1

@vercel
Copy link

@vercel vercel bot commented on 4ebd7e1 Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.