Skip to content

Commit

Permalink
[deps]: Update rubocop requirement from 1.50.2 to 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd authored May 26, 2023
2 parents d5eec6e + 4e29086 commit 3634e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ if faraday_version.start_with?('~> 2')
end

group :test, :development do
gem 'bundler', '>= 1', '< 3'
gem 'pry-byebug'
gem 'redcarpet'
gem 'rubocop', '1.50.2'
gem 'rubocop', '1.51.0'
end

gemspec
1 change: 0 additions & 1 deletion octokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'octokit/version'

Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '>= 1', '< 3'
spec.add_dependency 'faraday', '>= 1', '< 3'
spec.add_dependency 'sawyer', '~> 0.9'
spec.authors = ['Wynn Netherland', 'Erik Michaels-Ober', 'Clint Shryock']
Expand Down

0 comments on commit 3634e27

Please sign in to comment.