Skip to content

Commit

Permalink
Update octokit so that we don't use deprecated query params for githu…
Browse files Browse the repository at this point in the history
…b api
  • Loading branch information
katzj committed Feb 7, 2020
1 parent cf8c7b6 commit fce82a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Expand Up @@ -74,8 +74,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
after_commit_action (1.1.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -372,7 +372,8 @@ GEM
octicons_helper (8.5.0)
octicons (= 8.5.0)
rails
octokit (4.14.0)
octokit (4.16.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
oj (3.7.12)
omniauth (1.9.0)
Expand Down Expand Up @@ -423,7 +424,7 @@ GEM
method_source (~> 0.9.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (3.1.0)
public_suffix (4.0.3)
puma (3.12.1)
rack (2.0.7)
rack-attack (6.0.0)
Expand Down

0 comments on commit fce82a7

Please sign in to comment.