Bump development gems

- brakeman (4.3.0 → 4.3.1)
- rubocop (0.56.0 → 0.58.1)
This commit is contained in:
gregoirenovel 2018-07-17 17:25:09 +02:00
parent 351dd883b4
commit 81ac3d7c6b
3 changed files with 15 additions and 7 deletions

View file

@ -661,6 +661,9 @@ Rails/ApplicationRecord:
Rails/Blank: Rails/Blank:
Enabled: true Enabled: true
Rails/BulkChangeTable:
Enabled: false
Rails/CreateTableWithTimestamps: Rails/CreateTableWithTimestamps:
Enabled: false Enabled: false
@ -792,6 +795,9 @@ Security/Open:
Security/YAMLLoad: Security/YAMLLoad:
Enabled: true Enabled: true
Style/AccessModifierDeclarations:
Enabled: false
Style/Alias: Style/Alias:
Enabled: false Enabled: false

View file

@ -107,7 +107,7 @@ GEM
sass (>= 3.3.4) sass (>= 3.3.4)
bootstrap-wysihtml5-rails (0.3.3.8) bootstrap-wysihtml5-rails (0.3.3.8)
railties (>= 3.0) railties (>= 3.0)
brakeman (4.3.0) brakeman (4.3.1)
browser (2.5.3) browser (2.5.3)
builder (3.2.3) builder (3.2.3)
byebug (10.0.2) byebug (10.0.2)
@ -421,6 +421,7 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
inflecto (0.0.2) inflecto (0.0.2)
ipaddress (0.8.3) ipaddress (0.8.3)
jaro_winkler (1.5.1)
jquery-rails (4.3.3) jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3) rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0) railties (>= 4.2.0)
@ -526,11 +527,11 @@ GEM
json json
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.12.1) parallel (1.12.1)
parser (2.5.1.0) parser (2.5.1.2)
ast (~> 2.4.0) ast (~> 2.4.0)
pdf-core (0.7.0) pdf-core (0.7.0)
pg (1.0.0) pg (1.0.0)
powerpack (0.1.1) powerpack (0.1.2)
prawn (2.2.2) prawn (2.2.2)
pdf-core (~> 0.7.0) pdf-core (~> 0.7.0)
ttfunk (~> 1.5) ttfunk (~> 1.5)
@ -652,9 +653,10 @@ GEM
rspec-support (3.7.1) rspec-support (3.7.1)
rspec_junit_formatter (0.3.0) rspec_junit_formatter (0.3.0)
rspec-core (>= 2, < 4, != 2.12.0) rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.56.0) rubocop (0.58.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 2.5) parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1) powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
@ -755,7 +757,7 @@ GEM
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.5) unf_ext (0.0.7.5)
unicode-display_width (1.3.2) unicode-display_width (1.4.0)
unicorn (5.4.0) unicorn (5.4.0)
kgio (~> 2.6) kgio (~> 2.6)
raindrops (~> 0.7) raindrops (~> 0.7)

View file

@ -356,7 +356,7 @@ module NewGestionnaire
def last_page? def last_page?
current_page == total_pages current_page == total_pages
end end
EVAL EVAL
end end
end end
end end