Skip to content

Commit

Permalink
Merge pull request #71 from openstreetmap/dependabot/bundler/octokit-…
Browse files Browse the repository at this point in the history
…9.2.0

Bump octokit from 9.1.0 to 9.2.0
  • Loading branch information
matkoniecz authored Nov 18, 2024
2 parents 079b2f4 + e686626 commit fa10bb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source 'https://rubygems.org'

gem 'git', '~> 2.3.1'
gem 'json', '~> 2.8'
gem 'octokit', '~> 9.1.0'
gem 'octokit', '~> 9.2.0'

gem 'rubocop', '~> 1.66', groups: 'development'
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
git (2.3.1)
activesupport (>= 5.0)
addressable (~> 2.8)
Expand All @@ -35,9 +37,9 @@ GEM
language_server-protocol (3.17.0.3)
logger (1.6.1)
minitest (5.25.1)
net-http (0.4.1)
net-http (0.5.0)
uri
octokit (9.1.0)
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.26.3)
Expand Down Expand Up @@ -70,7 +72,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
uri (1.0.2)

PLATFORMS
arm64-darwin-23
Expand All @@ -79,7 +81,7 @@ PLATFORMS
DEPENDENCIES
git (~> 2.3.1)
json (~> 2.8)
octokit (~> 9.1.0)
octokit (~> 9.2.0)
rubocop (~> 1.66)

BUNDLED WITH
Expand Down

0 comments on commit fa10bb7

Please sign in to comment.