Skip to content

Commit c1ab741

Browse files
Update dependencies (#886)
1 parent 023e2d1 commit c1ab741

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.0.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:4.0.1 AS base
1+
FROM ruby:4.0.2 AS base
22

33
RUN bundle config set frozen 'true' && \
44
bundle config set path '/vendor/bundle'

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.8)
4+
addressable (2.8.9)
55
public_suffix (>= 2.0.2, < 8.0)
66
base64 (0.3.0)
7-
bigdecimal (4.0.1)
7+
bigdecimal (4.1.0)
88
colorator (1.1.0)
99
concurrent-ruby (1.3.6)
1010
csv (3.3.5)
1111
em-websocket (0.5.3)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0)
1414
eventmachine (1.2.7)
15-
ffi (1.17.3)
15+
ffi (1.17.4)
1616
forwardable-extended (2.6.0)
17-
google-protobuf (4.33.4)
17+
google-protobuf (4.34.1)
1818
bigdecimal
19-
rake (>= 13)
19+
rake (~> 13.3)
2020
http_parser.rb (0.8.1)
2121
i18n (1.14.8)
2222
concurrent-ruby (~> 1.0)
@@ -47,7 +47,7 @@ GEM
4747
jekyll (>= 3.8, < 5.0)
4848
jekyll-watch (2.2.1)
4949
listen (~> 3.0)
50-
json (2.18.0)
50+
json (2.19.3)
5151
kramdown (2.5.2)
5252
rexml (>= 3.4.4)
5353
kramdown-parser-gfm (1.1.0)
@@ -61,15 +61,15 @@ GEM
6161
mercenary (0.4.0)
6262
pathutil (0.16.2)
6363
forwardable-extended (~> 2.6)
64-
public_suffix (7.0.2)
64+
public_suffix (7.0.5)
6565
rake (13.3.1)
6666
rb-fsevent (0.11.2)
6767
rb-inotify (0.11.1)
6868
ffi (~> 1.0)
6969
rexml (3.4.4)
7070
rouge (4.7.0)
7171
safe_yaml (1.0.5)
72-
sass-embedded (1.97.3)
72+
sass-embedded (1.98.0)
7373
google-protobuf (~> 4.31)
7474
rake (>= 13)
7575
terminal-table (3.0.2)
@@ -90,4 +90,4 @@ DEPENDENCIES
9090
webrick
9191

9292
BUNDLED WITH
93-
4.0.4
93+
4.0.9

0 commit comments

Comments
 (0)