From 30386b5c1b3f75c21b5446091b660085fadab6ac Mon Sep 17 00:00:00 2001 From: echarp Date: Sun, 9 Jun 2019 16:04:15 +0200 Subject: [PATCH] Bundle update --- Gemfile | 1 + Gemfile.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 475ac8a5..1def3d9c 100644 --- a/Gemfile +++ b/Gemfile @@ -103,6 +103,7 @@ group :development do gem 'haml_lint' gem 'rack-livereload' gem 'rubocop-performance' + gem 'rubocop-rails' # Security checks gem 'brakeman', require: false gem 'guard-brakeman', require: false diff --git a/Gemfile.lock b/Gemfile.lock index c8e2aea8..3d795da7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) execjs (~> 2.0) - bcrypt (3.1.12) + bcrypt (3.1.13) bindex (0.7.0) brakeman (4.5.1) buftok (0.2.0) @@ -162,7 +162,7 @@ GEM guard-rubocop (1.3.0) guard (~> 2.0) rubocop (~> 0.20) - haml (5.0.4) + haml (5.1.1) temple (>= 0.8.0) tilt haml-rails (2.0.1) @@ -171,8 +171,8 @@ GEM haml (>= 4.0.6, < 6.0) html2haml (>= 1.0.1) railties (>= 5.1) - haml_lint (0.31.0) - haml (>= 4.0, < 5.1) + haml_lint (0.32.0) + haml (>= 4.0, < 5.2) rainbow rake (>= 10, < 13) rubocop (>= 0.50.0) @@ -293,7 +293,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (3.0.3) + public_suffix (3.1.0) puma (3.12.1) rack (2.0.7) rack-livereload (0.3.17) @@ -356,7 +356,7 @@ GEM responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) - rubocop (0.70.0) + rubocop (0.71.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -365,7 +365,10 @@ GEM unicode-display_width (>= 1.4.0, < 1.7) rubocop-performance (1.3.0) rubocop (>= 0.68.0) - ruby-progressbar (1.10.0) + rubocop-rails (2.0.1) + rack (>= 1.1) + rubocop (>= 0.70.0) + ruby-progressbar (1.10.1) ruby_dep (1.5.0) ruby_parser (3.13.1) sexp_processor (~> 4.9) @@ -385,7 +388,7 @@ GEM tilt sdoc (1.0.0) rdoc (>= 5.0) - sexp_processor (4.12.0) + sexp_processor (4.12.1) shellany (0.0.1) simple_calendar (2.3.0) rails (>= 3.0) @@ -513,6 +516,7 @@ DEPENDENCIES rails-controller-testing rails-i18n rubocop-performance + rubocop-rails sassc-rails sdoc simple_calendar