From 895bf8a5f3740f2285c2a5d95b63e28e34c1dcd1 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sun, 28 Apr 2019 21:07:44 +0300 Subject: [PATCH] standard.rb --- Gemfile | 2 ++ Gemfile.lock | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/Gemfile b/Gemfile index 34d11c2..3257afb 100644 --- a/Gemfile +++ b/Gemfile @@ -89,6 +89,8 @@ group :development, :test do gem 'i18n-tasks' gem 'delorean' + + gem 'standard' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 8ec856e..8026400 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,6 +185,7 @@ GEM image_processing (1.9.0) mini_magick (>= 4.9.3, < 5) ruby-vips (>= 2.0.13, < 3) + jaro_winkler (1.5.2) jbuilder (2.8.0) activesupport (>= 4.2.0) multi_json (>= 1.2) @@ -240,6 +241,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) orm_adapter (0.5.0) + parallel (1.17.0) parser (2.6.2.1) ast (~> 2.4.0) pg (1.1.4) @@ -252,6 +254,7 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.9) pry (>= 0.10.4) + psych (3.1.0) public_suffix (3.0.3) puma (3.12.1) rack (2.0.7) @@ -326,7 +329,16 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) + rubocop (0.67.2) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.5, != 2.5.1.1) + psych (>= 3.1.0) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 1.6) ruby-graphviz (1.2.4) + ruby-progressbar (1.10.0) ruby-vips (2.0.13) ffi (~> 1.9) ruby_dep (1.5.0) @@ -385,6 +397,8 @@ GEM sshkit (1.18.2) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) + standard (0.0.39) + rubocop (~> 0.67.1) temple (0.8.1) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) @@ -467,6 +481,7 @@ DEPENDENCIES spring spring-commands-rspec sqlite3 + standard uglifier yaml_db