Skip to content

Commit

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

Bump octokit from 8.1.0 to 9.1.0
  • Loading branch information
Firefishy committed Jun 17, 2024
2 parents 8229360 + 029abb4 commit 9232bcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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.1.1'
gem 'json', '~> 2.7'
gem 'octokit', '~> 8.1.0'
gem 'octokit', '~> 9.1.0'

gem 'rubocop', '~> 1.64', groups: 'development'
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
drb (2.2.1)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
Expand All @@ -36,16 +36,15 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
octokit (8.1.0)
base64
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.24.0)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
process_executer (1.1.0)
public_suffix (5.0.5)
public_suffix (5.1.1)
racc (1.8.0)
rainbow (3.1.1)
rchardet (1.8.0)
Expand Down Expand Up @@ -82,7 +81,7 @@ PLATFORMS
DEPENDENCIES
git (~> 2.1.1)
json (~> 2.7)
octokit (~> 8.1.0)
octokit (~> 9.1.0)
rubocop (~> 1.64)

BUNDLED WITH
Expand Down

0 comments on commit 9232bcf

Please sign in to comment.