Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem "tailwindcss-rails"
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "jbuilder"
gem "commonmarker" # GitHub-flavored markdown
gem "faraday", "~> 2.0"
gem "faraday", "~> 2.14"
gem "faraday-retry", "~> 2.0"
gem "jwt"
gem "octokit"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ GEM
erubi (1.13.1)
et-orbi (1.4.0)
tzinfo
faraday (2.14.0)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand Down Expand Up @@ -230,7 +230,7 @@ GEM
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.18.0)
json (2.18.1)
jwt (3.1.2)
base64
kamal (2.10.1)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
multi_json (1.17.0)
multi_xml (0.7.2)
bigdecimal (~> 3.1)
net-http (0.8.0)
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.5.12)
date
Expand Down Expand Up @@ -727,7 +727,7 @@ DEPENDENCIES
commonmarker
debug
dotenv-rails
faraday (~> 2.0)
faraday (~> 2.14)
faraday-retry (~> 2.0)
foreman
googleauth
Expand Down
Loading