Skip to content

Commit 3117969

Browse files
committed
Update gems.
1 parent 8dbf2e0 commit 3117969

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

Gemfile.lock

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ GEM
1010
base64 (0.3.0)
1111
coderay (1.1.3)
1212
concurrent-ruby (1.3.5)
13-
connection_pool (2.5.3)
13+
connection_pool (2.5.4)
1414
date (3.4.1)
1515
dotenv (3.1.8)
1616
drb (2.2.3)
17-
erb (5.0.2)
17+
erb (5.0.3)
1818
github-release-party (0.4.3)
1919
rake (>= 12)
2020
io-console (0.8.1)
@@ -28,25 +28,25 @@ GEM
2828
multi_json (1.17.0)
2929
mustermann (3.0.4)
3030
ruby2_keywords (~> 0.0.1)
31-
newrelic_rpm (9.20.0)
31+
newrelic_rpm (9.22.0)
3232
nio4r (2.7.4)
33-
nokogiri (1.18.9)
33+
nokogiri (1.18.10)
3434
mini_portile2 (~> 2.8.2)
3535
racc (~> 1.4)
36-
nokogiri (1.18.9-aarch64-linux-gnu)
36+
nokogiri (1.18.10-aarch64-linux-gnu)
3737
racc (~> 1.4)
38-
nokogiri (1.18.9-arm-linux-gnu)
38+
nokogiri (1.18.10-arm-linux-gnu)
3939
racc (~> 1.4)
40-
nokogiri (1.18.9-arm64-darwin)
40+
nokogiri (1.18.10-arm64-darwin)
4141
racc (~> 1.4)
42-
nokogiri (1.18.9-x86_64-linux-gnu)
42+
nokogiri (1.18.10-x86_64-linux-gnu)
4343
racc (~> 1.4)
4444
opengraph_parser (0.2.5)
4545
addressable
4646
nokogiri
4747
powder (0.4.0)
4848
thor (>= 0.11.5)
49-
pp (0.6.2)
49+
pp (0.6.3)
5050
prettyprint
5151
prettyprint (0.2.0)
5252
prometheus-client (4.2.5)
@@ -61,11 +61,11 @@ GEM
6161
date
6262
stringio
6363
public_suffix (6.0.2)
64-
puma (6.6.1)
64+
puma (7.0.4)
6565
nio4r (~> 2.0)
6666
racc (1.8.1)
67-
rack (3.2.0)
68-
rack-protection (4.1.1)
67+
rack (3.2.3)
68+
rack-protection (4.2.1)
6969
base64 (>= 0.1.0)
7070
logger (>= 1.6.0)
7171
rack (>= 3.0.0, < 4)
@@ -75,34 +75,36 @@ GEM
7575
rack-ssl-enforcer (0.2.9)
7676
rake (13.3.0)
7777
rbtree3 (0.7.1)
78-
rdoc (6.14.2)
78+
rdoc (6.15.0)
7979
erb
8080
psych (>= 4.0.0)
81+
tsort
8182
redis (5.4.1)
8283
redis-client (>= 0.22.0)
83-
redis-client (0.25.2)
84+
redis-client (0.26.1)
8485
connection_pool
8586
reline (0.6.2)
8687
io-console (~> 0.5)
8788
ruby2_keywords (0.0.5)
8889
secure_headers (7.1.0)
89-
sinatra (4.1.1)
90+
sinatra (4.2.1)
9091
logger (>= 1.6.0)
9192
mustermann (~> 3.0)
9293
rack (>= 3.0.0, < 4)
93-
rack-protection (= 4.1.1)
94+
rack-protection (= 4.2.1)
9495
rack-session (>= 2.0.0, < 3)
9596
tilt (~> 2.0)
96-
sinatra-contrib (4.1.1)
97+
sinatra-contrib (4.2.1)
9798
multi_json (>= 0.0.2)
9899
mustermann (~> 3.0)
99-
rack-protection (= 4.1.1)
100-
sinatra (= 4.1.1)
100+
rack-protection (= 4.2.1)
101+
sinatra (= 4.2.1)
101102
tilt (~> 2.0)
102103
slop (3.6.0)
103104
stringio (3.1.7)
104105
thor (1.4.0)
105106
tilt (2.6.1)
107+
tsort (0.2.0)
106108
tzinfo (2.0.6)
107109
concurrent-ruby (~> 1.0)
108110

@@ -140,7 +142,7 @@ DEPENDENCIES
140142
tzinfo
141143

142144
RUBY VERSION
143-
ruby 3.4.2p28
145+
ruby 3.4.6p54
144146

145147
BUNDLED WITH
146-
2.7.1
148+
2.7.2

0 commit comments

Comments
 (0)