Skip to content

Commit b56a0a9

Browse files
committed
Ruby 3.4.8 and update gems.
1 parent 003591f commit b56a0a9

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.7
1+
3.4.8

Gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.7)
5-
public_suffix (>= 2.0.2, < 7.0)
4+
addressable (2.8.8)
5+
public_suffix (>= 2.0.2, < 8.0)
66
airbrake (13.0.5)
77
airbrake-ruby (~> 6.0)
88
airbrake-ruby (6.2.2)
99
rbtree3 (~> 0.6)
1010
base64 (0.3.0)
1111
coderay (1.1.3)
12-
concurrent-ruby (1.3.5)
13-
connection_pool (2.5.4)
14-
date (3.5.0)
15-
dotenv (3.1.8)
12+
concurrent-ruby (1.3.6)
13+
connection_pool (3.0.2)
14+
date (3.5.1)
15+
dotenv (3.2.0)
1616
drb (2.2.3)
17-
erb (5.1.3)
17+
erb (6.0.1)
1818
github-release-party (0.4.3)
1919
rake (>= 12)
20-
io-console (0.8.1)
21-
irb (1.15.3)
20+
io-console (0.8.2)
21+
irb (1.16.0)
2222
pp (>= 0.6.0)
2323
rdoc (>= 4.0.0)
2424
reline (>= 0.4.2)
2525
logger (1.7.0)
2626
method_source (1.1.0)
2727
mini_portile2 (2.8.9)
28-
multi_json (1.17.0)
28+
multi_json (1.18.0)
2929
mustermann (3.0.4)
3030
ruby2_keywords (~> 0.0.1)
31-
newrelic_rpm (9.22.0)
31+
newrelic_rpm (9.24.0)
3232
nio4r (2.7.5)
3333
nokogiri (1.18.10)
3434
mini_portile2 (~> 2.8.2)
@@ -44,7 +44,7 @@ GEM
4444
opengraph_parser (0.2.5)
4545
addressable
4646
nokogiri
47-
openssl (3.3.2)
47+
openssl (4.0.0)
4848
powder (0.4.0)
4949
thor (>= 0.11.5)
5050
pp (0.6.3)
@@ -58,10 +58,10 @@ GEM
5858
pry-remote (0.1.8)
5959
pry (~> 0.9)
6060
slop (~> 3.0)
61-
psych (5.2.6)
61+
psych (5.3.1)
6262
date
6363
stringio
64-
public_suffix (6.0.2)
64+
public_suffix (7.0.0)
6565
puma (7.1.0)
6666
nio4r (~> 2.0)
6767
racc (1.8.1)
@@ -76,15 +76,15 @@ GEM
7676
rack-ssl-enforcer (0.2.9)
7777
rake (13.3.1)
7878
rbtree3 (0.7.1)
79-
rdoc (6.15.1)
79+
rdoc (7.0.3)
8080
erb
8181
psych (>= 4.0.0)
8282
tsort
8383
redis (5.4.1)
8484
redis-client (>= 0.22.0)
85-
redis-client (0.26.1)
85+
redis-client (0.26.2)
8686
connection_pool
87-
reline (0.6.2)
87+
reline (0.6.3)
8888
io-console (~> 0.5)
8989
ruby2_keywords (0.0.5)
9090
secure_headers (7.1.0)
@@ -102,7 +102,7 @@ GEM
102102
sinatra (= 4.2.1)
103103
tilt (~> 2.0)
104104
slop (3.6.0)
105-
stringio (3.1.7)
105+
stringio (3.2.0)
106106
thor (1.4.0)
107107
tilt (2.6.1)
108108
tsort (0.2.0)
@@ -144,7 +144,7 @@ DEPENDENCIES
144144
tzinfo
145145

146146
RUBY VERSION
147-
ruby 3.4.7p58
147+
ruby 3.4.8p72
148148

149149
BUNDLED WITH
150150
2.7.2

0 commit comments

Comments
 (0)