Skip to content

Commit 794ba01

Browse files
committed
Update serrano (makes it Ruby 4 compatible)
1 parent 7d0fc9e commit 794ba01

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GEM
2222
faraday-net_http (>= 2.0, < 3.5)
2323
json
2424
logger
25-
faraday-follow_redirects (0.3.0)
25+
faraday-follow_redirects (0.5.0)
2626
faraday (>= 1, < 3)
2727
faraday-net_http (3.4.2)
2828
net-http (~> 0.5)
@@ -37,7 +37,7 @@ GEM
3737
issue (1.0.2)
3838
openssl (~> 3.2)
3939
rack (~> 3.1)
40-
json (2.18.1)
40+
json (2.19.2)
4141
latex-decode (0.4.2)
4242
licensee (9.18.0)
4343
dotenv (>= 2, < 4)
@@ -99,12 +99,12 @@ GEM
9999
sawyer (0.9.3)
100100
addressable (>= 2.3.5)
101101
faraday (>= 0.17.3, < 3)
102-
serrano (1.6)
103-
faraday (~> 2.13, >= 2.13.1)
104-
faraday-follow_redirects (>= 0.1, < 0.4)
105-
multi_json (~> 1.15)
106-
rexml (~> 3.2, >= 3.2.5)
107-
thor (~> 1.2, >= 1.2.1)
102+
serrano (1.7)
103+
faraday (~> 2.14, >= 2.14.1)
104+
faraday-follow_redirects (~> 0.5.0)
105+
multi_json (~> 1.19, >= 1.19.1)
106+
rexml (~> 3.4, >= 3.4.4)
107+
thor (~> 1.5)
108108
sidekiq (8.1.0)
109109
connection_pool (>= 3.0.0)
110110
json (>= 2.16.0)

0 commit comments

Comments
 (0)