Skip to content

Commit

Permalink
Merge pull request #1724 from tryzealot/dependabot/bundler/faraday-2.…
Browse files Browse the repository at this point in the history
…12.1

chore(deps): bump faraday from 2.12.0 to 2.12.1
  • Loading branch information
icyleaf authored Nov 16, 2024
2 parents b2712a1 + 0e7e29d commit b4311cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'webp-ffi', '~> 0.4.0'
gem 'rake', '~> 13.0.4'
gem 'rails-settings-cached', '~> 2.9.5'
gem 'app-info', '~> 3.2.0'
gem 'faraday', '~> 2.12.0'
gem 'faraday', '~> 2.12.1'
gem 'rqrcode'

## Auth
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm-linux-gnu)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
jb (0.8.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.7.2)
json (2.8.2)
json-jwt (1.16.6)
activesupport (>= 4.2)
aes_key_wrap
Expand Down Expand Up @@ -308,7 +308,7 @@ GEM
multi_xml (0.7.1)
bigdecimal (~> 3.1)
multipart-post (2.4.1)
net-http (0.4.1)
net-http (0.5.0)
uri
net-imap (0.5.0)
date
Expand Down Expand Up @@ -592,7 +592,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.1)
uri (1.0.2)
useragent (0.16.10)
uuidtools (2.2.0)
validate_url (1.0.15)
Expand Down Expand Up @@ -649,7 +649,7 @@ DEPENDENCIES
devise-i18n (~> 1.12.1)
dotenv-rails
factory_bot_rails
faraday (~> 2.12.0)
faraday (~> 2.12.1)
friendly_id (~> 5.5.1)
gitlab_omniauth-ldap (~> 2.2.0)
good_job (~> 4.4.2)
Expand Down

0 comments on commit b4311cc

Please sign in to comment.