Bundle update
This commit is contained in:
parent
f4f441919d
commit
30386b5c1b
1
Gemfile
1
Gemfile
@ -103,6 +103,7 @@ group :development do
|
|||||||
gem 'haml_lint'
|
gem 'haml_lint'
|
||||||
gem 'rack-livereload'
|
gem 'rack-livereload'
|
||||||
gem 'rubocop-performance'
|
gem 'rubocop-performance'
|
||||||
|
gem 'rubocop-rails'
|
||||||
# Security checks
|
# Security checks
|
||||||
gem 'brakeman', require: false
|
gem 'brakeman', require: false
|
||||||
gem 'guard-brakeman', require: false
|
gem 'guard-brakeman', require: false
|
||||||
|
20
Gemfile.lock
20
Gemfile.lock
@ -75,7 +75,7 @@ GEM
|
|||||||
babel-transpiler (0.7.0)
|
babel-transpiler (0.7.0)
|
||||||
babel-source (>= 4.0, < 6)
|
babel-source (>= 4.0, < 6)
|
||||||
execjs (~> 2.0)
|
execjs (~> 2.0)
|
||||||
bcrypt (3.1.12)
|
bcrypt (3.1.13)
|
||||||
bindex (0.7.0)
|
bindex (0.7.0)
|
||||||
brakeman (4.5.1)
|
brakeman (4.5.1)
|
||||||
buftok (0.2.0)
|
buftok (0.2.0)
|
||||||
@ -162,7 +162,7 @@ GEM
|
|||||||
guard-rubocop (1.3.0)
|
guard-rubocop (1.3.0)
|
||||||
guard (~> 2.0)
|
guard (~> 2.0)
|
||||||
rubocop (~> 0.20)
|
rubocop (~> 0.20)
|
||||||
haml (5.0.4)
|
haml (5.1.1)
|
||||||
temple (>= 0.8.0)
|
temple (>= 0.8.0)
|
||||||
tilt
|
tilt
|
||||||
haml-rails (2.0.1)
|
haml-rails (2.0.1)
|
||||||
@ -171,8 +171,8 @@ GEM
|
|||||||
haml (>= 4.0.6, < 6.0)
|
haml (>= 4.0.6, < 6.0)
|
||||||
html2haml (>= 1.0.1)
|
html2haml (>= 1.0.1)
|
||||||
railties (>= 5.1)
|
railties (>= 5.1)
|
||||||
haml_lint (0.31.0)
|
haml_lint (0.32.0)
|
||||||
haml (>= 4.0, < 5.1)
|
haml (>= 4.0, < 5.2)
|
||||||
rainbow
|
rainbow
|
||||||
rake (>= 10, < 13)
|
rake (>= 10, < 13)
|
||||||
rubocop (>= 0.50.0)
|
rubocop (>= 0.50.0)
|
||||||
@ -293,7 +293,7 @@ GEM
|
|||||||
pry (0.12.2)
|
pry (0.12.2)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 0.9.0)
|
||||||
public_suffix (3.0.3)
|
public_suffix (3.1.0)
|
||||||
puma (3.12.1)
|
puma (3.12.1)
|
||||||
rack (2.0.7)
|
rack (2.0.7)
|
||||||
rack-livereload (0.3.17)
|
rack-livereload (0.3.17)
|
||||||
@ -356,7 +356,7 @@ GEM
|
|||||||
responders (2.4.1)
|
responders (2.4.1)
|
||||||
actionpack (>= 4.2.0, < 6.0)
|
actionpack (>= 4.2.0, < 6.0)
|
||||||
railties (>= 4.2.0, < 6.0)
|
railties (>= 4.2.0, < 6.0)
|
||||||
rubocop (0.70.0)
|
rubocop (0.71.0)
|
||||||
jaro_winkler (~> 1.5.1)
|
jaro_winkler (~> 1.5.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.6)
|
parser (>= 2.6)
|
||||||
@ -365,7 +365,10 @@ GEM
|
|||||||
unicode-display_width (>= 1.4.0, < 1.7)
|
unicode-display_width (>= 1.4.0, < 1.7)
|
||||||
rubocop-performance (1.3.0)
|
rubocop-performance (1.3.0)
|
||||||
rubocop (>= 0.68.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_dep (1.5.0)
|
||||||
ruby_parser (3.13.1)
|
ruby_parser (3.13.1)
|
||||||
sexp_processor (~> 4.9)
|
sexp_processor (~> 4.9)
|
||||||
@ -385,7 +388,7 @@ GEM
|
|||||||
tilt
|
tilt
|
||||||
sdoc (1.0.0)
|
sdoc (1.0.0)
|
||||||
rdoc (>= 5.0)
|
rdoc (>= 5.0)
|
||||||
sexp_processor (4.12.0)
|
sexp_processor (4.12.1)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
simple_calendar (2.3.0)
|
simple_calendar (2.3.0)
|
||||||
rails (>= 3.0)
|
rails (>= 3.0)
|
||||||
@ -513,6 +516,7 @@ DEPENDENCIES
|
|||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
rails-i18n
|
rails-i18n
|
||||||
rubocop-performance
|
rubocop-performance
|
||||||
|
rubocop-rails
|
||||||
sassc-rails
|
sassc-rails
|
||||||
sdoc
|
sdoc
|
||||||
simple_calendar
|
simple_calendar
|
||||||
|
Loading…
Reference in New Issue
Block a user