Skip to content

Commit

Permalink
Update Rack [sec], Faraday & Sideqik
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jul 10, 2024
1 parent 8d1e38c commit 10cf374
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ GEM
rexml
diff-lcs (1.5.1)
dotenv (3.1.2)
faraday (2.9.2)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-follow_redirects (0.1.0)
faraday (>= 2, < 3)
faraday-net_http (3.1.0)
Expand All @@ -42,6 +43,7 @@ GEM
reverse_markdown (>= 1, < 3)
rugged (>= 0.24, < 2.0)
thor (>= 0.19, < 2.0)
logger (1.6.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
multi_json (1.15.0)
Expand All @@ -61,7 +63,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.4)
rack (3.1.6)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -99,11 +101,12 @@ GEM
multi_json (~> 1.15)
rexml (~> 3.2, >= 3.2.5)
thor (~> 1.2, >= 1.2.1)
sidekiq (7.2.4)
sidekiq (7.3.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.19.0)
redis-client (>= 0.22.2)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
Expand All @@ -118,7 +121,7 @@ GEM
tilt (~> 2.0)
strscan (3.1.0)
thor (1.3.1)
tilt (2.3.0)
tilt (2.4.0)
uri (0.13.0)
webmock (3.23.1)
addressable (>= 2.8.0)
Expand Down

0 comments on commit 10cf374

Please sign in to comment.