Skip to content

Commit

Permalink
Merge pull request #69 from lewagon/dependabot/bundler/octokit-4.25.0
Browse files Browse the repository at this point in the history
Bump octokit from 4.23.0 to 4.25.0
  • Loading branch information
matiasalbarello authored Jun 19, 2022
2 parents 8ac0597 + 7987be5 commit d708ed4
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 d708ed4

Please sign in to comment.