Skip to content

Commit 91e391e

Browse files
committed
Refresh Gemfile.lock
Commands run, in a local Ubuntu 22.04 instance: ```bash bundle config set --local path 'vendor/bundle' bundle install ``` These updates seem satisfiable, per: ```bash bundle check --dry-run --gemfile Gemfile ``` That `check` command was failing prior to this patch. References: * https://github.com/actions/jekyll-build-pages/blob/e9ec94b518184f806907923eaeb6bc69294b0bce/entrypoint.sh#L15 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 340b942 commit 91e391e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

Gemfile.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.0)
4+
activesupport (7.1.5)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
8-
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
concurrent-ruby (~> 1.0, >= 1.0.2)
99
connection_pool (>= 2.2.5)
1010
drb
1111
i18n (>= 1.6, < 2)
1212
logger (>= 1.4.2)
1313
minitest (>= 5.1)
14+
mutex_m
1415
securerandom (>= 0.3)
15-
tzinfo (~> 2.0, >= 2.0.5)
16-
uri (>= 0.13.1)
16+
tzinfo (~> 2.0)
1717
addressable (2.8.7)
1818
public_suffix (>= 2.0.2, < 7.0)
1919
base64 (0.2.0)
@@ -45,7 +45,6 @@ GEM
4545
faraday-net_http (3.4.0)
4646
net-http (>= 0.5.0)
4747
ffi (1.17.0)
48-
ffi (1.17.0-x86_64-linux-gnu)
4948
forwardable-extended (2.6.0)
5049
gemoji (4.1.0)
5150
github-pages (232)
@@ -229,17 +228,14 @@ GEM
229228
rb-inotify (~> 0.9, >= 0.9.10)
230229
logger (1.6.1)
231230
mercenary (0.3.6)
232-
mini_portile2 (2.8.8)
233231
minima (2.5.1)
234232
jekyll (>= 3.5, < 5.0)
235233
jekyll-feed (~> 0.9)
236234
jekyll-seo-tag (~> 2.1)
237235
minitest (5.25.1)
236+
mutex_m (0.2.0)
238237
net-http (0.5.0)
239238
uri
240-
nokogiri (1.16.7)
241-
mini_portile2 (~> 2.8.2)
242-
racc (~> 1.4)
243239
nokogiri (1.16.7-x86_64-linux)
244240
racc (~> 1.4)
245241
octokit (4.25.1)
@@ -277,7 +273,6 @@ GEM
277273
webrick (1.9.0)
278274

279275
PLATFORMS
280-
ruby
281276
x86_64-linux
282277

283278
DEPENDENCIES

0 commit comments

Comments
 (0)