Skip to content

Commit

Permalink
Merge pull request #178 from openSUSE/dependabot/bundler/octokit-9.1.0
Browse files Browse the repository at this point in the history
Update octokit requirement from >= 4, < 9 to >= 4, < 10
  • Loading branch information
hellcp-work authored Aug 23, 2024
2 parents b0269d2 + 97c6271 commit 3d839f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
simple_review_app (0.0.0)
activemodel (>= 5.1, < 8.0)
liquid (>= 4, < 6)
octokit (>= 4, < 9)
octokit (>= 4, < 10)
rake (>= 12.3, < 14.0)
zaru (>= 0.2, < 2.0)

Expand All @@ -24,8 +24,8 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
Expand All @@ -36,9 +36,10 @@ GEM
rexml
diff-lcs (1.5.1)
drb (2.2.1)
faraday (2.9.0)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
logger
faraday-net_http (3.1.1)
net-http
hashdiff (1.1.0)
i18n (1.14.5)
Expand All @@ -50,15 +51,14 @@ GEM
minitest (5.25.1)
net-http (0.4.1)
uri
octokit (8.1.0)
base64
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.5)
public_suffix (6.0.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
Expand Down
2 changes: 1 addition & 1 deletion simple_review_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activemodel', '>= 5.1', '< 8.0'
s.add_dependency 'liquid', '>= 4', '< 6'
s.add_dependency 'octokit', '>= 4', '< 9'
s.add_dependency 'octokit', '>= 4', '< 10'
s.add_dependency 'rake', '>= 12.3', '< 14.0'
s.add_dependency 'zaru', '>= 0.2', '< 2.0'
s.metadata['rubygems_mfa_required'] = 'true'
Expand Down

0 comments on commit 3d839f5

Please sign in to comment.