Skip to content

Commit d827d05

Browse files
Merge pull request #24 from krishnprakash/dependabot/bundler/bundler-26f4effede
Bump the bundler group across 1 directory with 4 updates
2 parents 6632a91 + e169e3b commit d827d05

2 files changed

Lines changed: 36 additions & 30 deletions

File tree

Gemfile

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
source "https://rubygems.org"
2-
ruby RUBY_VERSION
3-
4-
gem "jekyll", "3.9.3"
5-
6-
# to use GitHub Pages
7-
# gem "github-pages", group: :jekyll_plugins
8-
9-
# If you have any plugins, put them here!
10-
group :jekyll_plugins do
11-
gem "jemoji"
12-
gem "github-pages"
13-
gem "jekyll-remote-theme"
14-
gem "jekyll-feed"
15-
end
16-
17-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
18-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
19-
20-
gem 'webrick', '~> 1.7'
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
gem "jekyll", "3.9.3"
5+
6+
# to use GitHub Pages
7+
# gem "github-pages", group: :jekyll_plugins
8+
9+
# If you have any plugins, put them here!
10+
group :jekyll_plugins do
11+
gem "jemoji"
12+
gem "github-pages"
13+
gem "jekyll-remote-theme"
14+
gem "jekyll-feed"
15+
end
16+
17+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
18+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
19+
20+
gem 'webrick', '~> 1.8'

Gemfile.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ GEM
2424
ffi (>= 1.15.0)
2525
eventmachine (1.2.7)
2626
execjs (2.8.1)
27-
faraday (2.7.4)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
27+
faraday (2.14.1)
28+
faraday-net_http (>= 2.0, < 3.5)
29+
json
30+
logger
31+
faraday-net_http (3.4.2)
32+
net-http (~> 0.5)
3133
ffi (1.15.5)
3234
forwardable-extended (2.6.0)
3335
gemoji (3.0.1)
@@ -196,6 +198,7 @@ GEM
196198
gemoji (~> 3.0)
197199
html-pipeline (~> 2.2)
198200
jekyll (>= 3.0, < 5.0)
201+
json (2.18.1)
199202
kramdown (2.3.2)
200203
rexml
201204
kramdown-parser-gfm (1.1.0)
@@ -204,27 +207,29 @@ GEM
204207
listen (3.8.0)
205208
rb-fsevent (~> 0.10, >= 0.10.3)
206209
rb-inotify (~> 0.9, >= 0.9.10)
210+
logger (1.7.0)
207211
mercenary (0.3.6)
208212
minima (2.5.1)
209213
jekyll (>= 3.5, < 5.0)
210214
jekyll-feed (~> 0.9)
211215
jekyll-seo-tag (~> 2.1)
212216
minitest (5.18.0)
213-
nokogiri (1.14.3-x86_64-linux)
217+
net-http (0.9.1)
218+
uri (>= 0.11.1)
219+
nokogiri (1.19.1-x86_64-linux-gnu)
214220
racc (~> 1.4)
215221
octokit (4.25.1)
216222
faraday (>= 1, < 3)
217223
sawyer (~> 0.9)
218224
pathutil (0.16.2)
219225
forwardable-extended (~> 2.6)
220226
public_suffix (4.0.7)
221-
racc (1.6.2)
227+
racc (1.8.1)
222228
rb-fsevent (0.11.2)
223229
rb-inotify (0.10.1)
224230
ffi (~> 1.0)
225-
rexml (3.2.5)
231+
rexml (3.4.2)
226232
rouge (3.26.0)
227-
ruby2_keywords (0.0.5)
228233
rubyzip (2.3.2)
229234
safe_yaml (1.0.5)
230235
sass (3.7.4)
@@ -247,7 +252,8 @@ GEM
247252
unf_ext
248253
unf_ext (0.0.8.2)
249254
unicode-display_width (1.8.0)
250-
webrick (1.8.1)
255+
uri (1.1.1)
256+
webrick (1.8.2)
251257

252258
PLATFORMS
253259
x86_64-linux
@@ -259,7 +265,7 @@ DEPENDENCIES
259265
jekyll-remote-theme
260266
jemoji
261267
tzinfo-data
262-
webrick (~> 1.7)
268+
webrick (~> 1.8)
263269

264270
RUBY VERSION
265271
ruby 3.2.2p53

0 commit comments

Comments
 (0)