Skip to content

Commit

Permalink
update octokit version to fix issue with dependency faraday
Browse files Browse the repository at this point in the history
Github issue link - octokit/octokit.rb#1155
  • Loading branch information
sumitgpt committed Mar 3, 2020
1 parent 2713093 commit 93d4d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pairing_matrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_dependency 'sinatra', '~> 1.4.8'
spec.add_dependency 'octokit', '~> 4.6.2'
spec.add_dependency 'octokit', '~> 4.15.0'
spec.add_dependency 'eldritch', '~> 1.1.2'
spec.add_dependency 'puma', '~> 3.11.2'
end

0 comments on commit 93d4d91

Please sign in to comment.