From ae89630e6977dd6ee868ff4b49fac0fd87ea424c Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 17 Jan 2022 00:44:50 -0800 Subject: [PATCH] Add rubocop --- ruby/Gemfile | 1 + ruby/Gemfile.lock | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/ruby/Gemfile b/ruby/Gemfile index f7b4b42..fff69db 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -1,4 +1,5 @@ source 'https://rubygems.org' ruby '3.1.0' +gem 'rubocop', '1.24.1' gem 'wordexp', '~> 0.1' diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index c35f4d2..e5224fe 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,12 +1,33 @@ GEM remote: https://rubygems.org/ specs: + ast (2.4.2) + parallel (1.21.0) + parser (3.1.0.0) + ast (~> 2.4.1) + rainbow (3.1.1) + regexp_parser (2.2.0) + rexml (3.2.5) + rubocop (1.24.1) + parallel (~> 1.10) + parser (>= 3.0.0.0) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.15.1, < 2.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.15.1) + parser (>= 3.0.1.1) + ruby-progressbar (1.11.0) + unicode-display_width (2.1.0) wordexp (0.1.1) PLATFORMS arm64-darwin-21 DEPENDENCIES + rubocop wordexp (~> 0.1) RUBY VERSION