Skip to content

Commit

Permalink
Update Gemfile.lock as it declares wrong version of sapi-client-ruby.
Browse files Browse the repository at this point in the history
Bumps:
concurrent-ruby 1.1.9 -> 1.3.1
farady 1.10.0 -> 1.10.3
faraday-multipart 1.0.3 -> 1.0.4
i18n 1.10.0 -> 1.14.5
multipart-post 2.1.1 -> 2.4.1
  • Loading branch information
ajtucker committed Jun 3, 2024
1 parent 0e2a2d9 commit 25f4fef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sapi-client-ruby (1.1.0)
sapi-client-ruby (1.1.2)
faraday_middleware (~> 1.0.0)
i18n (~> 1.5)

Expand All @@ -12,9 +12,9 @@ GEM
ast (2.4.2)
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.3.1)
docile (1.4.0)
faraday (1.10.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -30,16 +30,16 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.0.0)
faraday (~> 1.0)
i18n (1.10.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.15.0)
minitest-reporters (1.5.0)
Expand All @@ -48,7 +48,7 @@ GEM
minitest (>= 5.0)
ruby-progressbar
mocha (1.13.0)
multipart-post (2.1.1)
multipart-post (2.4.1)
parallel (1.21.0)
parser (3.1.1.0)
ast (~> 2.4.1)
Expand Down

0 comments on commit 25f4fef

Please sign in to comment.