8000 Merge pull request #41 from githubtraining/parkerbxyz/update-bundler · githubtraining/caption-this@fb2c159 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb2c159

Browse files
authored
Merge pull request #41 from githubtraining/parkerbxyz/update-bundler
2 parents 6588ac2 + 9a26a23 commit fb2c159

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

Gemfile.lock

Lines changed: 15 additions & 13 deletions
ethon (>= 0.9.0)
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ GEM
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
2828
execjs (2.7.0)
29-
faraday (1.1.0)
29+
faraday (1.3.0)
30+
faraday-net_http (~> 1.0)
3031
multipart-post (>= 1.2, < 3)
3132
ruby2_keywords
32-
ffi (1.13.1)
33+
faraday-net_http (1.0.1)
34+
ffi (1.14.2)
3335
forwardable-extended (2.6.0)
3436
gemoji (3.0.1)
3537
github-pages (209)
@@ -85,7 +87,7 @@ GEM
8587
html-pipeline (2.14.0)
8688
activesupport (>= 2)
8789
nokogiri (>= 1.4)
88-
html-proofer (3.16.0)
90+
html-proofer (3.18.5)
8991
addressable (~> 2.3)
9092
mercenary (~> 0.3)
9193
nokogumbo (~> 2.0)
@@ -207,7 +209,7 @@ GEM
207209
kramdown-parser-gfm (1.1.0)
208210
kramdown (~> 2.0)
209211
liquid (4.0.3)
210-
listen (3.3.0)
212+
listen (3.4.1)
211213
rb-fsevent (~> 0.10, >= 0.10.3)
212214
rb-inotify (~> 0.9, >= 0.9.10)
213215
mercenary (0.3.6)
@@ -216,17 +218,17 @@ GEM
216218
jekyll (>= 3.5, < 5.0)
217219
jekyll-feed (~> 0.9)
218220
jekyll-seo-tag (~> 2.1)
219-
minitest (5.14.2)
221+
minitest (5.14.3)
220222
multipart-post (2.1.1)
221223
nokogiri (1.11.1)
222224
mini_portile2 (~> 2.5.0)
223225
racc (~> 1.4)
224-
nokogumbo (2.0.2)
226+
nokogumbo (2.0.4)
225227
nokogiri (~> 1.8, >= 1.8.4)
226-
octokit (4.19.0)
228+
octokit (4.20.0)
227229
faraday (>= 0.9)
228230
sawyer (~> 0.8.0, >= 0.5.3)
229-
parallel (1.20.0)
231+
parallel (1.20.1)
230232
pathutil (0.16.2)
231233
forwardable-extended (~> 2.6)
232234
public_suffix (3.1.1)
@@ -239,7 +241,7 @@ GEM
239241
rouge (3.23.0)
240242
ruby-enum (0.8.0)
241243
i18n
242-
ruby2_keywords (0.0.2)
244+
ruby2_keywords (0.0.4)
243245
rubyzip (2.3.0)
244246
safe_yaml (1.0.5)
245247
sass (3.7.4)
@@ -250,21 +252,21 @@ GEM
250252
sawyer (0.8.2)
251253
addressable (>= 2.3.5)
252254
faraday (> 0.8, < 2.0)
253-
simpleidn (0.1.1)
255+
simpleidn (0.2.1)
254256
unf (~> 0.1.4)
255257
terminal-table (1.8.0)
256258
unicode-display_width (~> 1.1, >= 1.1.1)
257259
thread_safe (0.3.6)
258260
typhoeus (1.4.0)
259261
260-
tzinfo (1.2.8)
262+
tzinfo (1.2.9)
261263
thread_safe (~> 0.1)
262264
unf (0.1.4)
263265
unf_ext
264266
unf_ext (0.0.7.7)
265267
unicode-display_width (1.7.0)
266268
yell (2.2.2)
267-
zeitwerk (2.4.1)
269+
zeitwerk (2.4.2)
268270

269271
PLATFORMS
270272
ruby
@@ -275,4 +277,4 @@ DEPENDENCIES
275277
tzinfo-data
276278

277279
BUNDLED WITH
278-
1.17.3
280+
2.2.6

script/server

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
set -e
44

5-
bundle exec jekyll serve "$@"
5+
# Initialize and update the submodule
6+
git submodule update --init
7+
8+
# Run the Jekyll site locally
9+
bundle exec jekyll serve

0 commit comments

Comments
 (0)
0