Skip to content

Commit

Permalink
chore(deps): update dependency faraday to v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2023
1 parent 3186380 commit df4dcf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.1.3'
gem 'bootsnap', require: false
gem 'bugsnag'
gem 'dotenv-rails'
gem 'faraday', '1.10.2' # 'google-cloud-language' が使えるように
gem 'faraday', '1.10.3' # 'google-cloud-language' が使えるように
gem 'google-api-client'
gem 'google-cloud-language'
gem 'jbuilder'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (1.10.2)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -369,7 +369,7 @@ DEPENDENCIES
debug
dotenv-rails
factory_bot_rails
faraday (= 1.10.2)
faraday (= 1.10.3)
google-api-client
google-cloud-language
jbuilder
Expand Down

0 comments on commit df4dcf5

Please sign in to comment.