Skip to content

Commit

Permalink
Update octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Nov 11, 2022
1 parent 14e0e89 commit 9bc10c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'jekyll', '~> 4.2'
gem 'koala', '~> 3.1.0'
gem 'mini_magick', '~> 4.11'
gem 'octokit', '~> 4.0'
gem 'octokit', '~> 5.0'
gem 'rake', '~> 13.0.1'
gem 'rbnacl', '~> 7.1.1'
gem 'rubocop', '~> 1.22.3'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ GEM
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (5.6.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -141,9 +141,9 @@ GEM
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
stringex (2.8.5)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand All @@ -166,7 +166,7 @@ DEPENDENCIES
jekyll-tidy (~> 0.2.2)
koala (~> 3.1.0)
mini_magick (~> 4.11)
octokit (~> 4.0)
octokit (~> 5.0)
rake (~> 13.0.1)
rbnacl (~> 7.1.1)
rubocop (~> 1.22.3)
Expand Down

0 comments on commit 9bc10c0

Please sign in to comment.