From 06c28be5b1d10212c5a63b14cd2597b30a50bd52 Mon Sep 17 00:00:00 2001 From: ollie beney Date: Wed, 4 Nov 2020 13:56:42 +0000 Subject: [PATCH] added rubocop --- ruby/Gemfile | 3 +++ ruby/Gemfile.lock | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 ruby/Gemfile create mode 100644 ruby/Gemfile.lock diff --git a/ruby/Gemfile b/ruby/Gemfile new file mode 100644 index 00000000..e076bdae --- /dev/null +++ b/ruby/Gemfile @@ -0,0 +1,3 @@ +source 'https://rubygems.org' + +gem 'rubocop' diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock new file mode 100644 index 00000000..6b6a3a99 --- /dev/null +++ b/ruby/Gemfile.lock @@ -0,0 +1,32 @@ +GEM + remote: https://rubygems.org/ + specs: + ast (2.4.1) + parallel (1.19.2) + parser (2.7.2.0) + ast (~> 2.4.1) + rainbow (3.0.0) + regexp_parser (1.8.2) + rexml (3.2.4) + rubocop (1.1.0) + parallel (~> 1.10) + parser (>= 2.7.1.5) + rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8) + rexml + rubocop-ast (>= 1.0.1) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (1.1.0) + parser (>= 2.7.1.5) + ruby-progressbar (1.10.1) + unicode-display_width (1.7.0) + +PLATFORMS + ruby + +DEPENDENCIES + rubocop + +BUNDLED WITH + 2.1.4