Skip to content

Commit cb32c7d

Browse files
authored
Merge pull request #4 from php-usergroup-dresden/lineup
Revert gem github-pages to v228
2 parents b676154 + 7e68c54 commit cb32c7d

File tree

2 files changed

+59
-36
lines changed

2 files changed

+59
-36
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
22

33
# 'github-pages' includes 'jekyll' gem
44
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
5-
gem 'github-pages', '~> 231', group: :jekyll_plugins
5+
gem 'github-pages', '~> 228', group: :jekyll_plugins
66
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 58 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
21-
coffee-script-source (1.12.2)
21+
coffee-script-source (1.11.1)
2222
colorator (1.1.0)
2323
commonmarker (0.23.10)
2424
concurrent-ruby (1.3.3)
@@ -38,21 +38,28 @@ GEM
3838
logger
3939
faraday-net_http (3.1.1)
4040
net-http
41+
ffi (1.17.0-aarch64-linux-gnu)
42+
ffi (1.17.0-aarch64-linux-musl)
43+
ffi (1.17.0-arm-linux-gnu)
44+
ffi (1.17.0-arm-linux-musl)
4145
ffi (1.17.0-arm64-darwin)
46+
ffi (1.17.0-x86-linux-gnu)
47+
ffi (1.17.0-x86-linux-musl)
4248
ffi (1.17.0-x86_64-darwin)
4349
ffi (1.17.0-x86_64-linux-gnu)
50+
ffi (1.17.0-x86_64-linux-musl)
4451
forwardable-extended (2.6.0)
45-
gemoji (4.1.0)
46-
github-pages (231)
47-
github-pages-health-check (= 1.18.2)
48-
jekyll (= 3.9.5)
49-
jekyll-avatar (= 0.8.0)
50-
jekyll-coffeescript (= 1.2.2)
52+
gemoji (3.0.1)
53+
github-pages (228)
54+
github-pages-health-check (= 1.17.9)
55+
jekyll (= 3.9.3)
56+
jekyll-avatar (= 0.7.0)
57+
jekyll-coffeescript (= 1.1.1)
5158
jekyll-commonmark-ghpages (= 0.4.0)
52-
jekyll-default-layout (= 0.1.5)
53-
jekyll-feed (= 0.17.0)
59+
jekyll-default-layout (= 0.1.4)
60+
jekyll-feed (= 0.15.1)
5461
jekyll-gist (= 1.5.0)
55-
jekyll-github-metadata (= 2.16.1)
62+
jekyll-github-metadata (= 2.13.0)
5663
jekyll-include-cache (= 0.2.1)
5764
jekyll-mentions (= 1.6.0)
5865
jekyll-optional-front-matter (= 0.3.2)
@@ -79,28 +86,28 @@ GEM
7986
jekyll-theme-tactile (= 0.2.0)
8087
jekyll-theme-time-machine (= 0.2.0)
8188
jekyll-titles-from-headings (= 0.5.3)
82-
jemoji (= 0.13.0)
83-
kramdown (= 2.4.0)
89+
jemoji (= 0.12.0)
90+
kramdown (= 2.3.2)
8491
kramdown-parser-gfm (= 1.1.0)
8592
liquid (= 4.0.4)
8693
mercenary (~> 0.3)
8794
minima (= 2.5.1)
8895
nokogiri (>= 1.13.6, < 2.0)
89-
rouge (= 3.30.0)
96+
rouge (= 3.26.0)
9097
terminal-table (~> 1.4)
91-
github-pages-health-check (1.18.2)
98+
github-pages-health-check (1.17.9)
9299
addressable (~> 2.3)
93100
dnsruby (~> 1.60)
94-
octokit (>= 4, < 8)
95-
public_suffix (>= 3.0, < 6.0)
101+
octokit (~> 4.0)
102+
public_suffix (>= 3.0, < 5.0)
96103
typhoeus (~> 1.3)
97104
html-pipeline (2.14.3)
98105
activesupport (>= 2)
99106
nokogiri (>= 1.4)
100107
http_parser.rb (0.8.0)
101108
i18n (1.14.5)
102109
concurrent-ruby (~> 1.0)
103-
jekyll (3.9.5)
110+
jekyll (3.9.3)
104111
addressable (~> 2.4)
105112
colorator (~> 1.0)
106113
em-websocket (~> 0.5)
@@ -113,27 +120,27 @@ GEM
113120
pathutil (~> 0.9)
114121
rouge (>= 1.7, < 4)
115122
safe_yaml (~> 1.0)
116-
jekyll-avatar (0.8.0)
123+
jekyll-avatar (0.7.0)
117124
jekyll (>= 3.0, < 5.0)
118-
jekyll-coffeescript (1.2.2)
125+
jekyll-coffeescript (1.1.1)
119126
coffee-script (~> 2.2)
120-
coffee-script-source (~> 1.12)
127+
coffee-script-source (~> 1.11.1)
121128
jekyll-commonmark (1.4.0)
122129
commonmarker (~> 0.22)
123130
jekyll-commonmark-ghpages (0.4.0)
124131
commonmarker (~> 0.23.7)
125132
jekyll (~> 3.9.0)
126133
jekyll-commonmark (~> 1.4.0)
127134
rouge (>= 2.0, < 5.0)
128-
jekyll-default-layout (0.1.5)
129-
jekyll (>= 3.0, < 5.0)
130-
jekyll-feed (0.17.0)
135+
jekyll-default-layout (0.1.4)
136+
jekyll (~> 3.0)
137+
jekyll-feed (0.15.1)
131138
jekyll (>= 3.7, < 5.0)
132139
jekyll-gist (1.5.0)
133140
octokit (~> 4.2)
134-
jekyll-github-metadata (2.16.1)
141+
jekyll-github-metadata (2.13.0)
135142
jekyll (>= 3.4, < 5.0)
136-
octokit (>= 4, < 7, != 4.4.0)
143+
octokit (~> 4.0, != 4.4.0)
137144
jekyll-include-cache (0.2.1)
138145
jekyll (>= 3.7, < 5.0)
139146
jekyll-mentions (1.6.0)
@@ -204,11 +211,11 @@ GEM
204211
jekyll (>= 3.3, < 5.0)
205212
jekyll-watch (2.2.1)
206213
listen (~> 3.0)
207-
jemoji (0.13.0)
208-
gemoji (>= 3, < 5)
214+
jemoji (0.12.0)
215+
gemoji (~> 3.0)
209216
html-pipeline (~> 2.2)
210217
jekyll (>= 3.0, < 5.0)
211-
kramdown (2.4.0)
218+
kramdown (2.3.2)
212219
rexml
213220
kramdown-parser-gfm (1.1.0)
214221
kramdown (~> 2.0)
@@ -226,8 +233,14 @@ GEM
226233
mutex_m (0.2.0)
227234
net-http (0.4.1)
228235
uri
236+
nokogiri (1.16.7-aarch64-linux)
237+
racc (~> 1.4)
238+
nokogiri (1.16.7-arm-linux)
239+
racc (~> 1.4)
229240
nokogiri (1.16.7-arm64-darwin)
230241
racc (~> 1.4)
242+
nokogiri (1.16.7-x86-linux)
243+
racc (~> 1.4)
231244
nokogiri (1.16.7-x86_64-darwin)
232245
racc (~> 1.4)
233246
nokogiri (1.16.7-x86_64-linux)
@@ -237,14 +250,14 @@ GEM
237250
sawyer (~> 0.9)
238251
pathutil (0.16.2)
239252
forwardable-extended (~> 2.6)
240-
public_suffix (5.1.1)
253+
public_suffix (4.0.7)
241254
racc (1.8.1)
242255
rb-fsevent (0.11.2)
243256
rb-inotify (0.11.1)
244257
ffi (~> 1.0)
245258
rexml (3.3.4)
246259
strscan
247-
rouge (3.30.0)
260+
rouge (3.26.0)
248261
rubyzip (2.3.2)
249262
safe_yaml (1.0.5)
250263
sass (3.7.4)
@@ -268,14 +281,24 @@ GEM
268281
webrick (1.8.1)
269282

270283
PLATFORMS
271-
arm64-darwin-22
272-
arm64-darwin-23
273-
x86_64-darwin-21
284+
aarch64-linux
285+
aarch64-linux-gnu
286+
aarch64-linux-musl
287+
arm-linux
288+
arm-linux-gnu
289+
arm-linux-musl
290+
arm64-darwin
291+
x86-linux
292+
x86-linux-gnu
293+
x86-linux-musl
294+
x86_64-darwin
274295
x86_64-linux
296+
x86_64-linux-gnu
297+
x86_64-linux-musl
275298

276299
DEPENDENCIES
277-
github-pages (~> 231)
300+
github-pages (~> 228)
278301
webrick (~> 1.8)
279302

280303
BUNDLED WITH
281-
2.5.16
304+
2.5.17

0 commit comments

Comments
 (0)