Skip to content

Commit

Permalink
[maint]: Update rubocop requirement from 1.38.0 to 1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd authored Nov 14, 2022
2 parents 13efb0c + a5026d8 commit 046cf88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
group :test, :development do
gem 'pry-byebug'
gem 'redcarpet'
gem 'rubocop', '1.38.0'
gem 'rubocop', '1.39.0'
end

gemspec
2 changes: 1 addition & 1 deletion lib/octokit/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def self.error_for_403(body)
Octokit::TooManyRequests
when /login attempts exceeded/i
Octokit::TooManyLoginAttempts
when /(returns|for) blobs (up to|between) [0-9\-]+ MB/i
when /(returns|for) blobs (up to|between) [0-9-]+ MB/i
Octokit::TooLargeContent
when /abuse/i
Octokit::AbuseDetected
Expand Down

0 comments on commit 046cf88

Please sign in to comment.