Skip to content

Commit 9d7ebc8

Browse files
committed
Use working versions of gems
1 parent 7d805cc commit 9d7ebc8

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

Gemfile.lock

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.2)
5-
base64
6-
bigdecimal
4+
activesupport (6.1.7.6)
75
concurrent-ruby (~> 1.0, >= 1.0.2)
8-
connection_pool (>= 2.2.5)
9-
drb
106
i18n (>= 1.6, < 2)
117
minitest (>= 5.1)
12-
mutex_m
138
tzinfo (~> 2.0)
9+
zeitwerk (~> 2.3)
1410
addressable (2.8.5)
1511
public_suffix (>= 2.0.2, < 6.0)
1612
base64 (0.2.0)
17-
bigdecimal (3.1.4)
1813
coffee-script (2.4.1)
1914
coffee-script-source
2015
execjs
2116
coffee-script-source (1.11.1)
2217
colorator (1.1.0)
2318
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.2)
25-
connection_pool (2.4.1)
19+
concurrent-ruby (1.2.3)
2620
dnsruby (1.70.0)
2721
simpleidn (~> 0.2.1)
28-
drb (2.2.0)
29-
ruby2_keywords
3022
em-websocket (0.5.3)
3123
eventmachine (>= 0.12.9)
3224
http_parser.rb (~> 0)
@@ -221,14 +213,13 @@ GEM
221213
jekyll (>= 3.5, < 5.0)
222214
jekyll-feed (~> 0.9)
223215
jekyll-seo-tag (~> 2.1)
224-
minitest (5.20.0)
225-
mutex_m (0.2.0)
226-
nokogiri (1.15.5)
227-
mini_portile2 (~> 2.8.2)
216+
minitest (5.21.2)
217+
nokogiri (1.13.10)
218+
mini_portile2 (~> 2.8.0)
228219
racc (~> 1.4)
229-
nokogiri (1.15.5-arm64-darwin)
220+
nokogiri (1.13.10-x86_64-darwin)
230221
racc (~> 1.4)
231-
nokogiri (1.15.5-x86_64-linux)
222+
nokogiri (1.13.10-x86_64-linux)
232223
racc (~> 1.4)
233224
octokit (4.25.1)
234225
faraday (>= 1, < 3)
@@ -265,6 +256,7 @@ GEM
265256
unf_ext
266257
unf_ext (0.0.9.1)
267258
unicode-display_width (1.8.0)
259+
zeitwerk (2.6.12)
268260

269261
PLATFORMS
270262
ruby
@@ -282,4 +274,4 @@ DEPENDENCIES
282274
wdm (~> 0.1.1)
283275

284276
BUNDLED WITH
285-
2.3.12
277+
2.3.7

0 commit comments

Comments
 (0)