Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
a new version of Faraday release breaking Octokit, reference to octokit/octokit.rb#1155
  • Loading branch information
HuangFJ authored Aug 21, 2022
1 parent b429a0c commit 10fae3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source 'http://rubygems.org'

gem 'sinatra', '~> 2.0'
gem 'jwt', '~> 2.1'
gem 'octokit', '~> 4.0'
gem 'octokit', '~> 4.25'
gem 'dotenv'

0 comments on commit 10fae3c

Please sign in to comment.