Skip to content

Commit

Permalink
Merge pull request #704 from rubygems/dependabot/bundler/octokit-5.1.0
Browse files Browse the repository at this point in the history
Bump octokit from 4.25.1 to 5.1.0
  • Loading branch information
tnir authored Jul 18, 2022
2 parents d346839 + da38b9d commit e1c6d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
ruby File.read(File.expand_path('../.ruby-version', __FILE__)).strip

gem 'octokit', '~> 4.25'
gem 'octokit', '~> 5.1'
gem 'middleman', '~> 4.4'
gem 'middleman-syntax'
gem 'middleman-blog'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
racc (~> 1.4)
nokogiri (1.13.7-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
octokit (5.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
padrino-helpers (0.15.1)
Expand Down Expand Up @@ -196,7 +196,7 @@ DEPENDENCIES
middleman-search!
middleman-syntax
nokogiri (~> 1.13)
octokit (~> 4.25)
octokit (~> 5.1)
pry
pry-byebug
puma (~> 5.6)
Expand Down

0 comments on commit e1c6d52

Please sign in to comment.