Skip to content

Commit fa10bb7

Browse files
authored
Merge pull request #71 from openstreetmap/dependabot/bundler/octokit-9.2.0
Bump octokit from 9.1.0 to 9.2.0
2 parents 079b2f4 + e686626 commit fa10bb7

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ source 'https://rubygems.org'
44

55
gem 'git', '~> 2.3.1'
66
gem 'json', '~> 2.8'
7-
gem 'octokit', '~> 9.1.0'
7+
gem 'octokit', '~> 9.2.0'
88

99
gem 'rubocop', '~> 1.66', groups: 'development'

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ GEM
2020
concurrent-ruby (1.3.4)
2121
connection_pool (2.4.1)
2222
drb (2.2.1)
23-
faraday (2.9.1)
24-
faraday-net_http (>= 2.0, < 3.2)
25-
faraday-net_http (3.1.0)
26-
net-http
23+
faraday (2.12.1)
24+
faraday-net_http (>= 2.0, < 3.5)
25+
json
26+
logger
27+
faraday-net_http (3.4.0)
28+
net-http (>= 0.5.0)
2729
git (2.3.1)
2830
activesupport (>= 5.0)
2931
addressable (~> 2.8)
@@ -35,9 +37,9 @@ GEM
3537
language_server-protocol (3.17.0.3)
3638
logger (1.6.1)
3739
minitest (5.25.1)
38-
net-http (0.4.1)
40+
net-http (0.5.0)
3941
uri
40-
octokit (9.1.0)
42+
octokit (9.2.0)
4143
faraday (>= 1, < 3)
4244
sawyer (~> 0.9)
4345
parallel (1.26.3)
@@ -70,7 +72,7 @@ GEM
7072
tzinfo (2.0.6)
7173
concurrent-ruby (~> 1.0)
7274
unicode-display_width (2.5.0)
73-
uri (0.13.0)
75+
uri (1.0.2)
7476

7577
PLATFORMS
7678
arm64-darwin-23
@@ -79,7 +81,7 @@ PLATFORMS
7981
DEPENDENCIES
8082
git (~> 2.3.1)
8183
json (~> 2.8)
82-
octokit (~> 9.1.0)
84+
octokit (~> 9.2.0)
8385
rubocop (~> 1.66)
8486

8587
BUNDLED WITH

0 commit comments

Comments
 (0)