Skip to content

Commit

Permalink
Bump octokit from 4.23.0 to 4.25.0
Browse files Browse the repository at this point in the history
Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.23.0 to 4.25.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/4-stable/RELEASE.md)
- [Commits](octokit/octokit.rb@v4.23.0...v4.25.0)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2022
1 parent 8ac0597 commit 7987be5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "octokit", "~> 4.23"
gem "octokit", "~> 4.25"
gem "activesupport", "~> 6.1.1"

group :test, :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
i18n (1.8.7)
concurrent-ruby (~> 1.0)
minitest (5.14.3)
octokit (4.23.0)
octokit (4.25.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.20.1)
Expand Down Expand Up @@ -59,7 +59,7 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sawyer (0.9.1)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
standard (1.1.7)
Expand All @@ -77,7 +77,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 6.1.1)
byebug
octokit (~> 4.23)
octokit (~> 4.25)
rspec
standard

Expand Down

0 comments on commit 7987be5

Please sign in to comment.