Skip to content

Commit

Permalink
Merge pull request #10 from KoalaSat/dependabot/bundler/rubocop-1.39.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.38.0 to 1.39.0
  • Loading branch information
KoalaSat authored Nov 23, 2022
2 parents 7740c7c + 27b0533 commit f53aeee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'whenever', '~> 1.0'
group :development, :test do
gem 'pry-byebug', '~> 3.9'
gem 'pry-rails', '~> 0.3.4'
gem 'rubocop', '~> 1.38'
gem 'rubocop', '~> 1.39'
gem 'rubocop-performance', '~> 1.15'
gem 'rubocop-rake', '~> 0.6.0'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GEM
rake (13.0.6)
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.38.0)
rubocop (1.39.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand Down Expand Up @@ -111,7 +111,7 @@ DEPENDENCIES
persist (~> 1.0)
pry-byebug (~> 3.9)
pry-rails (~> 0.3.4)
rubocop (~> 1.38)
rubocop (~> 1.39)
rubocop-performance (~> 1.15)
rubocop-rake (~> 0.6.0)
twitter (~> 7.0)
Expand Down

0 comments on commit f53aeee

Please sign in to comment.