From d2f7c655d7363939acbcc558dbe79ef594d37588 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 15:19:43 +0100 Subject: [PATCH 01/16] Bump development gems - brakeman - web-console - xray-rails - haml-lint - scss_lint --- .circleci/config.yml | 2 +- .haml-lint.yml | 9 +++++ Gemfile.lock | 39 +++++++++++-------- README.md | 2 +- app/views/dossiers/_infos_dossier.html.haml | 2 +- .../dossiers/_champs.html.haml | 2 +- 6 files changed, 35 insertions(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ccd163b61..74fcb9fd5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,7 @@ jobs: command: bundle exec rubocop - run: name: Run brakeman - command: bundle exec brakeman -z + command: bundle exec brakeman - run: name: Run haml-lint command: bundle exec haml-lint app/views/ diff --git a/.haml-lint.yml b/.haml-lint.yml index 0927e9027..e3d566f90 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -43,6 +43,10 @@ linters: character: space # or tab width: 2 # ignored if character == tab + # TODO: enable once we got rid of the legacy UIs + InlineStyles: + enabled: false + InstanceVariables: enabled: false file_types: partials @@ -117,3 +121,8 @@ linters: # locally from time to time UnnecessaryStringOutput: enabled: false + + # Disabled because too agress ive, but to enable + # locally from time to time + ViewLength: + enabled: false diff --git a/Gemfile.lock b/Gemfile.lock index df20eaa38..3f3f2bc11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,6 +92,7 @@ GEM rubyzip (~> 1.0.0) bcrypt (3.1.11) bindata (2.3.4) + bindex (0.5.0) bootstrap-datepicker-rails (1.6.4.1) railties (>= 3.0) bootstrap-sass (3.3.7) @@ -102,7 +103,7 @@ GEM bourbon (4.3.4) sass (~> 3.4) thor (~> 0.19) - brakeman (3.7.0) + brakeman (4.1.1) browser (2.3.0) builder (3.2.3) byebug (9.0.6) @@ -146,7 +147,6 @@ GEM database_cleaner (1.5.3) datetime_picker_rails (0.0.7) momentjs-rails (>= 2.8.1) - debug_inspector (0.0.2) deep_cloneable (2.2.2) activerecord (>= 3.1.0, < 5.2.0) delayed_cron_job (0.7.2) @@ -321,8 +321,8 @@ GEM font-awesome-rails (4.7.0.1) railties (>= 3.2, < 5.1) formatador (0.2.5) - globalid (0.3.7) - activesupport (>= 4.1.0) + globalid (0.4.1) + activesupport (>= 4.2.0) guard (2.14.0) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -352,11 +352,11 @@ GEM haml (>= 4.0.6, < 5.0) html2haml (>= 1.0.1) railties (>= 4.0.1) - haml_lint (0.24.0) + haml_lint (0.27.0) haml (>= 4.0, < 5.1) rainbow rake (>= 10, < 13) - rubocop (>= 0.47.0) + rubocop (>= 0.50.0) sysexits (~> 1.1) hashdiff (0.3.1) hashie (3.4.6) @@ -413,8 +413,8 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.10) - mail (2.6.4) - mime-types (>= 1.16, < 4) + mail (2.7.0) + mini_mime (>= 0.1.1) mailjet (1.4.10) activesupport (>= 3.1.0) rack (>= 1.4.0) @@ -425,6 +425,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mimemagic (0.3.2) + mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.1) momentjs-rails (2.17.1) @@ -604,7 +605,11 @@ GEM rubyzip (1.0.0) safe_yaml (1.0.4) sanitize-url (0.1.4) - sass (3.4.22) + sass (3.5.5) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) sass-rails (5.0.6) railties (>= 4.0.0, < 6) sass (~> 3.1) @@ -614,9 +619,9 @@ GEM scenic (1.3.0) activerecord (>= 4.0.0) railties (>= 4.0.0) - scss_lint (0.53.0) + scss_lint (0.56.0) rake (>= 0.9, < 13) - sass (~> 3.4.20) + sass (~> 3.5.3) sdoc (0.4.2) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) @@ -656,10 +661,10 @@ GEM activesupport (>= 4.2) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - sprockets (3.7.0) + sprockets (3.7.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.0) + sprockets-rails (3.2.1) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) @@ -702,10 +707,10 @@ GEM activemodel (>= 3.0.0) addressable vcr (3.0.3) - web-console (3.4.0) + web-console (3.5.1) actionview (>= 5.0) activemodel (>= 5.0) - debug_inspector + bindex (>= 0.4.0) railties (>= 5.0) webfinger (1.0.2) activesupport @@ -717,11 +722,11 @@ GEM hashdiff websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.2) + websocket-extensions (0.1.3) xml-simple (1.1.5) xpath (2.1.0) nokogiri (~> 1.3) - xray-rails (0.2.0) + xray-rails (0.3.1) rails (>= 3.1.0) PLATFORMS diff --git a/README.md b/README.md index 1e50be21a..72098fa29 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Pour exécuter les tests de l'application, plusieurs possibilités : ## Linting - Faire tourner RuboCop : `bundle exec rubocop` -- Faire tourner Brakeman : `bundle exec brakeman -z` +- Faire tourner Brakeman : `bundle exec brakeman` - Linter les fichiers HAML : `bundle exec haml-lint app/views/` - Linter les fichiers SCSS : `bundle exec scss-lint app/assets/stylesheets/` diff --git a/app/views/dossiers/_infos_dossier.html.haml b/app/views/dossiers/_infos_dossier.html.haml index 73ec2bb2b..f1c09ddf9 100644 --- a/app/views/dossiers/_infos_dossier.html.haml +++ b/app/views/dossiers/_infos_dossier.html.haml @@ -43,7 +43,7 @@ - if dossier = link_to("Dossier #{dossier.id}", dossier.decorate.url(gestionnaire_signed_in?), target: '_blank') %br - = dossier.text_summary + = sanitize(dossier.text_summary) - else Pas de dossier associé - else diff --git a/app/views/new_gestionnaire/dossiers/_champs.html.haml b/app/views/new_gestionnaire/dossiers/_champs.html.haml index 1354f4624..45609eaa2 100644 --- a/app/views/new_gestionnaire/dossiers/_champs.html.haml +++ b/app/views/new_gestionnaire/dossiers/_champs.html.haml @@ -27,7 +27,7 @@ - else Dossier nº #{dossier.id} %br - = dossier.text_summary + = sanitize(dossier.text_summary) - else Pas de dossier associé - else From 7873a69d976593b27e840030a37450817b0ce5b7 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 15:24:43 +0100 Subject: [PATCH 02/16] Bump test gems - timecop - vcr - webmock - database_cleaner - factory_girl - guard - shoulda-matchers --- Gemfile.lock | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f3f2bc11..1e5e1c86a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,8 +65,8 @@ GEM i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) administrate (0.4.0) autoprefixer-rails (~> 6.0) bourbon (~> 4.2) @@ -129,7 +129,7 @@ GEM ffi (~> 1.0, >= 1.0.11) chunky_png (1.3.8) clamav-client (3.1.0) - coderay (1.1.1) + coderay (1.1.2) coffee-rails (4.2.1) coffee-script (>= 2.2.0) railties (>= 4.0.0, < 5.2.x) @@ -144,7 +144,7 @@ GEM safe_yaml (~> 1.0.0) crass (1.0.3) daemons (1.2.4) - database_cleaner (1.5.3) + database_cleaner (1.6.2) datetime_picker_rails (0.0.7) momentjs-rails (>= 2.8.1) deep_cloneable (2.2.2) @@ -186,11 +186,11 @@ GEM eventmachine (1.2.1) excon (0.60.0) execjs (2.7.0) - factory_girl (4.7.0) + factory_girl (4.9.0) activesupport (>= 3.0.0) faraday (0.10.0) multipart-post (>= 1.2, < 3) - ffi (1.9.14) + ffi (1.9.18) fission (0.5.0) CFPropertyList (~> 2.2) fog (1.38.0) @@ -323,10 +323,10 @@ GEM formatador (0.2.5) globalid (0.4.1) activesupport (>= 4.2.0) - guard (2.14.0) + guard (2.14.2) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) - lumberjack (~> 1.0) + lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) pry (>= 0.9.12) @@ -358,7 +358,7 @@ GEM rake (>= 10, < 13) rubocop (>= 0.50.0) sysexits (~> 1.1) - hashdiff (0.3.1) + hashdiff (0.3.7) hashie (3.4.6) html2haml (2.2.0) erubis (~> 2.7.0) @@ -412,7 +412,7 @@ GEM loofah (2.1.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) - lumberjack (1.0.10) + lumberjack (1.0.12) mail (2.7.0) mini_mime (>= 0.1.1) mailjet (1.4.10) @@ -420,7 +420,7 @@ GEM rack (>= 1.4.0) rest-client maruku (0.7.2) - method_source (0.8.2) + method_source (0.9.0) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) @@ -488,14 +488,13 @@ GEM prawn_rails (0.0.11) prawn (>= 0.11.1) railties (>= 3.0.0) - pry (0.10.4) + pry (0.11.3) coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) + method_source (~> 0.9.0) pry-byebug (3.4.2) byebug (~> 9.0) pry (~> 0.10) - public_suffix (2.0.5) + public_suffix (3.0.1) rack (2.0.3) rack-handlers (0.7.3) rack @@ -541,9 +540,9 @@ GEM rainbow (3.0.0) raindrops (0.17.0) rake (12.3.0) - rb-fsevent (0.9.8) - rb-inotify (0.9.7) - ffi (>= 0.5.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) rbvmomi (1.11.6) builder (~> 3.0) json (>= 1.8) @@ -636,7 +635,7 @@ GEM faraday (>= 0.7.6, < 1.0) sexp_processor (4.10.0) shellany (0.0.1) - shoulda-matchers (3.1.1) + shoulda-matchers (3.1.2) activesupport (>= 4.0.0) simple_form (3.4.0) actionpack (> 4, < 5.1) @@ -648,7 +647,6 @@ GEM tilt (~> 2.0) skylight (1.4.4) activesupport (>= 3.0.0) - slop (3.6.0) smart_listing (1.2.0) coffee-rails jquery-rails @@ -681,7 +679,7 @@ GEM thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) - timecop (0.8.1) + timecop (0.9.1) trollop (2.1.2) ttfunk (1.4.0) turbolinks (5.0.1) @@ -706,7 +704,7 @@ GEM validate_url (1.0.2) activemodel (>= 3.0.0) addressable - vcr (3.0.3) + vcr (4.0.0) web-console (3.5.1) actionview (>= 5.0) activemodel (>= 5.0) @@ -716,7 +714,7 @@ GEM activesupport httpclient (>= 2.4) multi_json - webmock (2.3.1) + webmock (3.3.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff From d9d88aca895af66a97f9b99a8d2191686ef16623 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 15:43:35 +0100 Subject: [PATCH 03/16] Bump development/test gems - byebug - dotenv-rails - pry-byebug - rspec-rails (dependencies) - spring --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e5e1c86a..912c3bf52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM brakeman (4.1.1) browser (2.3.0) builder (3.2.3) - byebug (9.0.6) + byebug (9.1.0) capybara (2.13.0) addressable mime-types (>= 1.16) @@ -166,13 +166,13 @@ GEM railties (>= 4.1.0, < 5.2) responders warden (~> 1.2.3) - diff-lcs (1.2.5) + diff-lcs (1.3) domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) - dotenv (2.2.0) - dotenv-rails (2.2.0) - dotenv (= 2.2.0) - railties (>= 3.2, < 5.1) + dotenv (2.2.1) + dotenv-rails (2.2.1) + dotenv (= 2.2.1) + railties (>= 3.2, < 5.2) draper (3.0.0.pre1) actionpack (~> 5.0) activemodel (~> 5.0) @@ -491,8 +491,8 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - pry-byebug (3.4.2) - byebug (~> 9.0) + pry-byebug (3.5.1) + byebug (~> 9.1) pry (~> 0.10) public_suffix (3.0.1) rack (2.0.3) @@ -655,7 +655,7 @@ GEM spreadsheet_architect (1.4.8) axlsx (>= 2.0) rodf (= 0.3.7) - spring (2.0.1) + spring (2.0.2) activesupport (>= 4.2) spring-commands-rspec (1.0.4) spring (>= 0.9.1) From 1c78d77c30a1136d72d191f18914bd34d50458ea Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 16:44:45 +0100 Subject: [PATCH 04/16] Bump default gems - haml-rails - jquery-rails - unicorn - openid_connect - omniauth-github (dependencies) - fog - mailjet - smart_listing - spreadsheet_architect - apipie-rails - maruku - openstack - browser - skylight - simple_form - scenic - daemons - sentry-raven - administrate (dependencies) - logstasher - chartkick - font-awesome-rails --- Gemfile.lock | 150 ++++++++++-------- .../dossiers/_identite_entreprise.html.haml | 2 +- .../editable_champs/_dossier_link.html.haml | 2 +- 3 files changed, 88 insertions(+), 66 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 912c3bf52..79c3b2fb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT GEM remote: https://rubygems.org/ specs: - CFPropertyList (2.3.4) + CFPropertyList (2.3.6) actioncable (5.0.0.1) actionpack (= 5.0.0.1) nio4r (~> 1.2) @@ -79,19 +79,22 @@ GEM rails (>= 4.2, < 5.1) sass-rails (~> 5.0) selectize-rails (~> 0.6) - apipie-rails (0.3.7) - json + apipie-rails (0.5.6) + rails (>= 4.1) arel (7.1.4) ast (2.3.0) attr_required (1.0.1) - autoprefixer-rails (6.5.4) + autoprefixer-rails (6.7.7.2) execjs axlsx (2.0.1) htmlentities (~> 4.3.1) nokogiri (>= 1.4.1) rubyzip (~> 1.0.0) + axlsx_styler (0.1.7) + activesupport (>= 3.1) + axlsx (~> 2.0) bcrypt (3.1.11) - bindata (2.3.4) + bindata (2.4.1) bindex (0.5.0) bootstrap-datepicker-rails (1.6.4.1) railties (>= 3.0) @@ -104,7 +107,7 @@ GEM sass (~> 3.4) thor (~> 0.19) brakeman (4.1.1) - browser (2.3.0) + browser (2.5.2) builder (3.2.3) byebug (9.1.0) capybara (2.13.0) @@ -124,15 +127,15 @@ GEM mime-types (>= 1.16) mimemagic (>= 0.3.0) carrierwave-i18n (0.2.0) - chartkick (2.2.1) + chartkick (2.2.5) childprocess (0.8.0) ffi (~> 1.0, >= 1.0.11) chunky_png (1.3.8) clamav-client (3.1.0) coderay (1.1.2) - coffee-rails (4.2.1) + coffee-rails (4.2.2) coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.2.x) + railties (>= 4.0.0) coffee-script (2.4.1) coffee-script-source execjs @@ -143,7 +146,7 @@ GEM crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.3) - daemons (1.2.4) + daemons (1.2.6) database_cleaner (1.6.2) datetime_picker_rails (0.0.7) momentjs-rails (>= 2.8.1) @@ -188,21 +191,25 @@ GEM execjs (2.7.0) factory_girl (4.9.0) activesupport (>= 3.0.0) - faraday (0.10.0) + faraday (0.12.2) multipart-post (>= 1.2, < 3) ffi (1.9.18) fission (0.5.0) CFPropertyList (~> 2.2) - fog (1.38.0) + fog (1.41.0) fog-aliyun (>= 0.1.0) fog-atmos fog-aws (>= 0.6.0) fog-brightbox (~> 0.4) fog-cloudatcost (~> 0.1.0) - fog-core (~> 1.32) + fog-core (~> 1.45) + fog-digitalocean (>= 0.3.0) + fog-dnsimple (~> 1.0) fog-dynect (~> 0.0.2) fog-ecloud (~> 0.1) fog-google (<= 0.1.0) + fog-internet-archive + fog-joyent fog-json fog-local fog-openstack @@ -222,7 +229,8 @@ GEM fog-xenserver fog-xml (~> 0.1.1) ipaddress (~> 0.5) - fog-aliyun (0.1.0) + json (>= 1.8, < 2.0) + fog-aliyun (0.2.0) fog-core (~> 1.27) fog-json (~> 1.0) ipaddress (~> 0.8) @@ -230,12 +238,12 @@ GEM fog-atmos (0.1.0) fog-core fog-xml - fog-aws (1.0.0) + fog-aws (2.0.0) fog-core (~> 1.38) fog-json (~> 1.0) fog-xml (~> 0.1) ipaddress (~> 0.8) - fog-brightbox (0.11.0) + fog-brightbox (0.14.0) fog-core (~> 1.22) fog-json inflecto (~> 0.0.2) @@ -248,6 +256,14 @@ GEM builder excon (~> 0.58) formatador (~> 0.2) + fog-digitalocean (0.3.0) + fog-core (~> 1.42) + fog-json (>= 1.0) + fog-xml (>= 0.1) + ipaddress (>= 0.5) + fog-dnsimple (1.0.0) + fog-core (~> 1.38) + fog-json (~> 1.0) fog-dynect (0.0.3) fog-core fog-json @@ -259,23 +275,30 @@ GEM fog-core fog-json fog-xml + fog-internet-archive (0.0.1) + fog-core + fog-json + fog-xml + fog-joyent (0.0.1) + fog-core (~> 1.42) + fog-json (>= 1.0) fog-json (1.0.2) fog-core (~> 1.0) multi_json (~> 1.10) - fog-local (0.3.1) + fog-local (0.4.0) fog-core (~> 1.27) - fog-openstack (0.1.18) - fog-core (>= 1.40) + fog-openstack (0.1.23) + fog-core (~> 1.40) fog-json (>= 1.0) ipaddress (>= 0.8) fog-powerdns (0.1.1) fog-core (~> 1.27) fog-json (~> 1.0) fog-xml (~> 0.1) - fog-profitbricks (3.0.0) + fog-profitbricks (4.1.1) fog-core (~> 1.42) fog-json (~> 1.0) - fog-rackspace (0.1.2) + fog-rackspace (0.1.5) fog-core (>= 1.35) fog-json (>= 1.0) fog-xml (>= 0.1) @@ -309,17 +332,17 @@ GEM fog-voxel (0.1.0) fog-core fog-xml - fog-vsphere (1.5.2) + fog-vsphere (1.13.1) fog-core rbvmomi (~> 1.9) - fog-xenserver (0.2.3) + fog-xenserver (0.3.0) fog-core fog-xml fog-xml (0.1.3) fog-core nokogiri (>= 1.5.11, < 2.0.0) - font-awesome-rails (4.7.0.1) - railties (>= 3.2, < 5.1) + font-awesome-rails (4.7.0.3) + railties (>= 3.2, < 5.2) formatador (0.2.5) globalid (0.4.1) activesupport (>= 4.2.0) @@ -342,14 +365,15 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - haml (4.0.7) + haml (5.0.4) + temple (>= 0.8.0) tilt haml-lint (0.999.999) haml_lint - haml-rails (0.9.0) + haml-rails (1.0.0) actionpack (>= 4.0.1) activesupport (>= 4.0.1) - haml (>= 4.0.6, < 5.0) + haml (>= 4.0.6, < 6.0) html2haml (>= 1.0.1) railties (>= 4.0.1) haml_lint (0.27.0) @@ -359,7 +383,7 @@ GEM rubocop (>= 0.50.0) sysexits (~> 1.1) hashdiff (0.3.7) - hashie (3.4.6) + hashie (3.5.7) html2haml (2.2.0) erubis (~> 2.7.0) haml (>= 4.0, < 6) @@ -374,15 +398,14 @@ GEM concurrent-ruby (~> 1.0) inflecto (0.0.2) ipaddress (0.8.3) - jquery-rails (4.2.1) + jquery-rails (4.3.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.6) - json-jwt (1.7.0) + json-jwt (1.8.3) activesupport bindata - multi_json (>= 1.3) securecompare url_safe_base64 jsonapi (0.1.1.beta2) @@ -391,7 +414,7 @@ GEM kaminari (0.17.0) actionpack (>= 3.0.0) activesupport (>= 3.0.0) - kgio (2.10.0) + kgio (2.11.1) launchy (2.4.3) addressable (~> 2.3) leaflet-draw-rails (0.1.0) @@ -404,8 +427,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) logstash-event (1.2.02) - logstasher (1.1.0) - activerecord (>= 4.0) + logstasher (1.2.2) activesupport (>= 4.0) logstash-event (~> 1.2.0) request_store @@ -415,11 +437,11 @@ GEM lumberjack (1.0.12) mail (2.7.0) mini_mime (>= 0.1.1) - mailjet (1.4.10) + mailjet (1.5.4) activesupport (>= 3.1.0) rack (>= 1.4.0) rest-client - maruku (0.7.2) + maruku (0.7.3) method_source (0.9.0) mime-types (3.1) mime-types-data (~> 3.2015) @@ -430,7 +452,7 @@ GEM minitest (5.11.1) momentjs-rails (2.17.1) railties (>= 3.1) - multi_json (1.12.1) + multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) mustermann (1.0.1) @@ -452,7 +474,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.7.1) + omniauth (1.8.1) hashie (>= 3.4.6, < 3.6.0) rack (>= 1.6.2, < 3) omniauth-github (1.3.0) @@ -462,18 +484,18 @@ GEM oauth2 (~> 1.1) omniauth (~> 1.2) open4 (1.3.4) - openid_connect (0.12.0) + openid_connect (1.1.3) activemodel attr_required (>= 1.0.0) json (>= 1.4.3) json-jwt (>= 1.5.0) - rack-oauth2 (>= 1.3.1) + rack-oauth2 (>= 1.6.1) swd (>= 1.0.0) tzinfo validate_email validate_url webfinger (>= 1.0.1) - openstack (3.3.7) + openstack (3.3.12) json orm_adapter (0.5.0) parallel (1.12.1) @@ -500,7 +522,7 @@ GEM rack rack-mini-profiler (0.10.7) rack (>= 1.2.0) - rack-oauth2 (1.4.0) + rack-oauth2 (1.7.0) activesupport (>= 2.3) attr_required (>= 0.0.5) httpclient (>= 2.4) @@ -538,7 +560,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rainbow (3.0.0) - raindrops (0.17.0) + raindrops (0.19.0) rake (12.3.0) rb-fsevent (0.10.2) rb-inotify (0.9.10) @@ -550,7 +572,8 @@ GEM trollop (~> 2.1) rdoc (4.3.0) ref (2.0.0) - request_store (1.3.1) + request_store (1.4.0) + rack (>= 1.4) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) @@ -561,10 +584,10 @@ GEM rgeo (0.5.3) rgeo-geojson (0.4.3) rgeo (~> 0.5) - rodf (0.3.7) - activesupport (>= 3.0, < 6.0) - builder (~> 3.0) - rubyzip (~> 1.0) + rodf (1.0.0) + activesupport (>= 3.0) + builder (>= 3.0) + rubyzip (>= 1.0) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -609,13 +632,13 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.6) + sass-rails (5.0.7) railties (>= 4.0.0, < 6) sass (~> 3.1) sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - scenic (1.3.0) + scenic (1.4.1) activerecord (>= 4.0.0) railties (>= 4.0.0) scss_lint (0.56.0) @@ -631,30 +654,31 @@ GEM selenium-webdriver (3.8.0) childprocess (~> 0.5) rubyzip (~> 1.0) - sentry-raven (2.2.0) + sentry-raven (2.7.1) faraday (>= 0.7.6, < 1.0) sexp_processor (4.10.0) shellany (0.0.1) shoulda-matchers (3.1.2) activesupport (>= 4.0.0) - simple_form (3.4.0) - actionpack (> 4, < 5.1) - activemodel (> 4, < 5.1) + simple_form (3.5.0) + actionpack (> 4, < 5.2) + activemodel (> 4, < 5.2) sinatra (2.0.0) mustermann (~> 1.0) rack (~> 2.0) rack-protection (= 2.0.0) tilt (~> 2.0) - skylight (1.4.4) + skylight (1.5.0) activesupport (>= 3.0.0) smart_listing (1.2.0) coffee-rails jquery-rails kaminari (~> 0.17) rails (>= 3.2) - spreadsheet_architect (1.4.8) + spreadsheet_architect (2.0.2) axlsx (>= 2.0) - rodf (= 0.3.7) + axlsx_styler (>= 0.1.7) + rodf (>= 1.0.0) spring (2.0.2) activesupport (>= 4.2) spring-commands-rspec (1.0.4) @@ -666,13 +690,12 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - swd (1.0.1) + swd (1.1.2) activesupport (>= 3) attr_required (>= 0.0.5) httpclient (>= 2.4) - i18n - json (>= 1.4.3) sysexits (1.2.0) + temple (0.8.0) therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref @@ -694,7 +717,7 @@ GEM unf_ext (0.0.7.4) unicode-display_width (1.3.0) unicode_utils (1.4.0) - unicorn (5.2.0) + unicorn (5.4.0) kgio (~> 2.6) raindrops (~> 0.7) url_safe_base64 (0.2.2) @@ -710,10 +733,9 @@ GEM activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - webfinger (1.0.2) + webfinger (1.1.0) activesupport httpclient (>= 2.4) - multi_json webmock (3.3.0) addressable (>= 2.3.6) crack (>= 0.3.2) diff --git a/app/views/new_gestionnaire/dossiers/_identite_entreprise.html.haml b/app/views/new_gestionnaire/dossiers/_identite_entreprise.html.haml index d3669980b..a60448c29 100644 --- a/app/views/new_gestionnaire/dossiers/_identite_entreprise.html.haml +++ b/app/views/new_gestionnaire/dossiers/_identite_entreprise.html.haml @@ -9,7 +9,7 @@ %td= entreprise.siret_siege_social %tr %th Forme juridique : - %td= entreprise.forme_juridique + %td= sanitize(entreprise.forme_juridique) - if etablissement.present? %tr %th Libellé NAF : diff --git a/app/views/new_gestionnaire/dossiers/editable_champs/_dossier_link.html.haml b/app/views/new_gestionnaire/dossiers/editable_champs/_dossier_link.html.haml index 4c6fd69b3..924cdc78e 100644 --- a/app/views/new_gestionnaire/dossiers/editable_champs/_dossier_link.html.haml +++ b/app/views/new_gestionnaire/dossiers/editable_champs/_dossier_link.html.haml @@ -1,7 +1,7 @@ - dossier = Dossier.find_by(id: champ.value) - show_text_summary = dossier.present? - show_warning = !show_text_summary && champ.value.present? -- text_summary = dossier.try(:text_summary) +- text_summary = sanitize(dossier.try(:text_summary)) .dossier-link = form.number_field :value, From 4c87b62565649ae0be04ca167dff16ebe3cf3943 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:11:33 +0100 Subject: [PATCH 05/16] Bump deep_cloneable --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 591ce5f76..e211027b2 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'turbolinks', '~> 5.0' gem 'sdoc', '~> 0.4.0', group: :doc # Enable deep clone of active record models -gem 'deep_cloneable', '~> 2.2.1' +gem 'deep_cloneable' gem 'warden', git: 'https://github.com/hassox/warden.git', branch: 'master' diff --git a/Gemfile.lock b/Gemfile.lock index 79c3b2fb9..628b6ea8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM database_cleaner (1.6.2) datetime_picker_rails (0.0.7) momentjs-rails (>= 2.8.1) - deep_cloneable (2.2.2) + deep_cloneable (2.3.1) activerecord (>= 3.1.0, < 5.2.0) delayed_cron_job (0.7.2) delayed_job (>= 4.1) @@ -772,7 +772,7 @@ DEPENDENCIES copy_carrierwave_file daemons database_cleaner - deep_cloneable (~> 2.2.1) + deep_cloneable delayed_cron_job delayed_job_active_record delayed_job_web From 571612f922cbaa22b3e0662a2f3dad37bda056da Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:13:53 +0100 Subject: [PATCH 06/16] Bump draper --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index e211027b2..d2c0c2d05 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'bootstrap-sass', '~> 3.3.5' gem 'kaminari' # Decorators -gem 'draper', '~> 3.0.0.pre1' +gem 'draper' gem 'unicode_utils' diff --git a/Gemfile.lock b/Gemfile.lock index 628b6ea8e..085a4f187 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,9 +51,8 @@ GEM globalid (>= 0.3.6) activemodel (5.0.0.1) activesupport (= 5.0.0.1) - activemodel-serializers-xml (1.0.1) + activemodel-serializers-xml (1.0.2) activemodel (> 5.x) - activerecord (> 5.x) activesupport (> 5.x) builder (~> 3.1) activerecord (5.0.0.1) @@ -176,7 +175,7 @@ GEM dotenv-rails (2.2.1) dotenv (= 2.2.1) railties (>= 3.2, < 5.2) - draper (3.0.0.pre1) + draper (3.0.1) actionpack (~> 5.0) activemodel (~> 5.0) activemodel-serializers-xml (~> 1.0) @@ -778,7 +777,7 @@ DEPENDENCIES delayed_job_web devise dotenv-rails - draper (~> 3.0.0.pre1) + draper factory_girl fog fog-openstack From 3d20b24baf556d7c912977889d2a4da707199ca4 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:15:21 +0100 Subject: [PATCH 07/16] Bump prawn --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index d2c0c2d05..4b05ef40e 100644 --- a/Gemfile +++ b/Gemfile @@ -107,7 +107,7 @@ gem "delayed_job_web" gem 'select2-rails' # PDF Generation -gem 'prawn', '~> 2.0.1' +gem 'prawn' gem 'prawn_rails', '~> 0.0.11' gem 'chunky_png' diff --git a/Gemfile.lock b/Gemfile.lock index 085a4f187..f27a9428f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -500,12 +500,12 @@ GEM parallel (1.12.1) parser (2.4.0.2) ast (~> 2.3) - pdf-core (0.6.1) + pdf-core (0.7.0) pg (0.19.0) powerpack (0.1.1) - prawn (2.0.2) - pdf-core (~> 0.6.0) - ttfunk (~> 1.4.0) + prawn (2.2.2) + pdf-core (~> 0.7.0) + ttfunk (~> 1.5) prawn_rails (0.0.11) prawn (>= 0.11.1) railties (>= 3.0.0) @@ -703,7 +703,7 @@ GEM tilt (2.0.8) timecop (0.9.1) trollop (2.1.2) - ttfunk (1.4.0) + ttfunk (1.5.1) turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.0.0) @@ -802,7 +802,7 @@ DEPENDENCIES openid_connect openstack pg - prawn (~> 2.0.1) + prawn prawn_rails (~> 0.0.11) pry-byebug rack-handlers From 3f1af527cc8a09e5dacbea364aa401f1228dbc67 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:17:09 +0100 Subject: [PATCH 08/16] Bump prawn_rails --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4b05ef40e..417854827 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ gem 'select2-rails' # PDF Generation gem 'prawn' -gem 'prawn_rails', '~> 0.0.11' +gem 'prawn_rails' gem 'chunky_png' gem 'sentry-raven' diff --git a/Gemfile.lock b/Gemfile.lock index f27a9428f..6c1e56c67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -803,7 +803,7 @@ DEPENDENCIES openstack pg prawn - prawn_rails (~> 0.0.11) + prawn_rails pry-byebug rack-handlers rack-mini-profiler From 9cea28aed85914ee7a7f1d6fdbbce2bdabffeeb4 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:19:37 +0100 Subject: [PATCH 09/16] Bump default gems - active_model_serializers - rgeo-geojson --- Gemfile.lock | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6c1e56c67..bd0e0872a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,10 +42,11 @@ GEM erubis (~> 2.7.0) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - active_model_serializers (0.10.3) + active_model_serializers (0.10.7) actionpack (>= 4.1, < 6) activemodel (>= 4.1, < 6) - jsonapi (= 0.1.1.beta2) + case_transform (>= 0.2) + jsonapi-renderer (>= 0.1.1.beta1, < 0.3) activejob (5.0.0.1) activesupport (= 5.0.0.1) globalid (>= 0.3.6) @@ -126,6 +127,8 @@ GEM mime-types (>= 1.16) mimemagic (>= 0.3.0) carrierwave-i18n (0.2.0) + case_transform (0.2) + activesupport chartkick (2.2.5) childprocess (0.8.0) ffi (~> 1.0, >= 1.0.11) @@ -407,8 +410,7 @@ GEM bindata securecompare url_safe_base64 - jsonapi (0.1.1.beta2) - json (~> 1.8) + jsonapi-renderer (0.2.0) jwt (1.5.6) kaminari (0.17.0) actionpack (>= 3.0.0) @@ -580,9 +582,9 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rgeo (0.5.3) - rgeo-geojson (0.4.3) - rgeo (~> 0.5) + rgeo (1.0.0) + rgeo-geojson (2.0.0) + rgeo (~> 1.0) rodf (1.0.0) activesupport (>= 3.0) builder (>= 3.0) From 89a39e2964ee91a255ec1367807626d7a47b6982 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:33:25 +0100 Subject: [PATCH 10/16] Bump rails --- Gemfile | 2 +- Gemfile.lock | 74 ++++++++++++++++++++++++++-------------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/Gemfile b/Gemfile index 417854827..64d899923 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '5.0.0.1' +gem 'rails' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index bd0e0872a..40320c29e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,48 +19,48 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (2.3.6) - actioncable (5.0.0.1) - actionpack (= 5.0.0.1) - nio4r (~> 1.2) + actioncable (5.0.6) + actionpack (= 5.0.6) + nio4r (>= 1.2, < 3.0) websocket-driver (~> 0.6.1) - actionmailer (5.0.0.1) - actionpack (= 5.0.0.1) - actionview (= 5.0.0.1) - activejob (= 5.0.0.1) + actionmailer (5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.0.0.1) - actionview (= 5.0.0.1) - activesupport (= 5.0.0.1) + actionpack (5.0.6) + actionview (= 5.0.6) + activesupport (= 5.0.6) rack (~> 2.0) rack-test (~> 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.0.0.1) - activesupport (= 5.0.0.1) + actionview (5.0.6) + activesupport (= 5.0.6) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) + rails-html-sanitizer (~> 1.0, >= 1.0.3) active_model_serializers (0.10.7) actionpack (>= 4.1, < 6) activemodel (>= 4.1, < 6) case_transform (>= 0.2) jsonapi-renderer (>= 0.1.1.beta1, < 0.3) - activejob (5.0.0.1) - activesupport (= 5.0.0.1) + activejob (5.0.6) + activesupport (= 5.0.6) globalid (>= 0.3.6) - activemodel (5.0.0.1) - activesupport (= 5.0.0.1) + activemodel (5.0.6) + activesupport (= 5.0.6) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (5.0.0.1) - activemodel (= 5.0.0.1) - activesupport (= 5.0.0.1) + activerecord (5.0.6) + activemodel (= 5.0.6) + activesupport (= 5.0.6) arel (~> 7.0) - activesupport (5.0.0.1) + activesupport (5.0.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) minitest (~> 5.1) @@ -462,7 +462,7 @@ GEM thor (~> 0.19) nenv (0.3.0) netrc (0.11.0) - nio4r (1.2.1) + nio4r (2.2.0) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) normalize-rails (3.0.3) @@ -533,17 +533,17 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (5.0.0.1) - actioncable (= 5.0.0.1) - actionmailer (= 5.0.0.1) - actionpack (= 5.0.0.1) - actionview (= 5.0.0.1) - activejob (= 5.0.0.1) - activemodel (= 5.0.0.1) - activerecord (= 5.0.0.1) - activesupport (= 5.0.0.1) - bundler (>= 1.3.0, < 2.0) - railties (= 5.0.0.1) + rails (5.0.6) + actioncable (= 5.0.6) + actionmailer (= 5.0.6) + actionpack (= 5.0.6) + actionview (= 5.0.6) + activejob (= 5.0.6) + activemodel (= 5.0.6) + activerecord (= 5.0.6) + activesupport (= 5.0.6) + bundler (>= 1.3.0) + railties (= 5.0.6) sprockets-rails (>= 2.0.0) rails-controller-testing (1.0.1) actionpack (~> 5.x) @@ -554,9 +554,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (5.0.0.1) - actionpack (= 5.0.0.1) - activesupport (= 5.0.0.1) + railties (5.0.6) + actionpack (= 5.0.6) + activesupport (= 5.0.6) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -809,7 +809,7 @@ DEPENDENCIES pry-byebug rack-handlers rack-mini-profiler - rails (= 5.0.0.1) + rails rails-controller-testing rest-client rgeo-geojson From 12b6d30326ee3e25cf0c18e53bccd74d09c978ae Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:36:29 +0100 Subject: [PATCH 11/16] Bump sass-rails --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 64d899923..f1f80c818 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rails' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +gem 'sass-rails' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 40320c29e..efd26efa7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -818,7 +818,7 @@ DEPENDENCIES rubocop rubocop-rspec-focused sanitize-url - sass-rails (~> 5.0) + sass-rails scenic scss_lint sdoc (~> 0.4.0) From 5340b4ed0d369f0bf85f911bc5f756e5024f702b Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:38:08 +0100 Subject: [PATCH 12/16] Bump turbolinks --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f1f80c818..a3c955f81 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks -gem 'turbolinks', '~> 5.0' +gem 'turbolinks' # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', '~> 0.4.0', group: :doc diff --git a/Gemfile.lock b/Gemfile.lock index efd26efa7..f234386c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -706,9 +706,9 @@ GEM timecop (0.9.1) trollop (2.1.2) ttfunk (1.5.1) - turbolinks (5.0.1) - turbolinks-source (~> 5) - turbolinks-source (5.0.0) + turbolinks (5.1.0) + turbolinks-source (~> 5.1) + turbolinks-source (5.1.0) tzinfo (1.2.4) thread_safe (~> 0.1) uglifier (4.1.3) @@ -833,7 +833,7 @@ DEPENDENCIES spring-commands-rspec therubyracer timecop - turbolinks (~> 5.0) + turbolinks uglifier (>= 1.3.0) unicode_utils unicorn From 2761f8ac8676a72b0875a620f767b686aa78fa88 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:39:53 +0100 Subject: [PATCH 13/16] Bump rspec-rails --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a3c955f81..dd2d8e625 100644 --- a/Gemfile +++ b/Gemfile @@ -153,7 +153,7 @@ group :development, :test do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-commands-rspec' - gem 'rspec-rails', '~> 3.0' + gem 'rspec-rails' # Deploy gem 'mina', ref: '343a7', git: 'https://github.com/mina-deploy/mina.git' diff --git a/Gemfile.lock b/Gemfile.lock index f234386c5..694f7458f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -813,7 +813,7 @@ DEPENDENCIES rails-controller-testing rest-client rgeo-geojson - rspec-rails (~> 3.0) + rspec-rails rspec_junit_formatter rubocop rubocop-rspec-focused From 2bb6613ca872e2e51a4bed459ae6d552292070cb Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:51:16 +0100 Subject: [PATCH 14/16] Bump rails-controller-testing --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 694f7458f..9e684e2e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -545,9 +545,9 @@ GEM bundler (>= 1.3.0) railties (= 5.0.6) sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.1) - actionpack (~> 5.x) - actionview (~> 5.x) + rails-controller-testing (1.0.2) + actionpack (~> 5.x, >= 5.0.1) + actionview (~> 5.x, >= 5.0.1) activesupport (~> 5.x) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) From 9aea126db08ef52c3a46a83c1482264f524e2aec Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sat, 20 Jan 2018 20:57:52 +0100 Subject: [PATCH 15/16] Bump rubocop-rspec-focused --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9e684e2e0..79be05a5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -619,8 +619,8 @@ GEM rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) - rubocop-rspec-focused (0.1.0) - rubocop (>= 0.37) + rubocop-rspec-focused (1.0.0) + rubocop (>= 0.51) ruby-progressbar (1.9.0) ruby_dep (1.5.0) ruby_parser (3.10.1) From f5629f83928aff0b35f4b90f4dd571869f207d78 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Sun, 21 Jan 2018 12:12:14 +0100 Subject: [PATCH 16/16] Bump capybara --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 79be05a5b..d4d8f6bee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,13 +110,13 @@ GEM browser (2.5.2) builder (3.2.3) byebug (9.1.0) - capybara (2.13.0) + capybara (2.17.0) addressable - mime-types (>= 1.16) + mini_mime (>= 0.1.3) nokogiri (>= 1.3.3) rack (>= 1.0.0) rack-test (>= 0.5.4) - xpath (~> 2.0) + xpath (>= 2.0, < 4.0) capybara-selenium (0.0.6) capybara selenium-webdriver @@ -745,8 +745,8 @@ GEM websocket-extensions (>= 0.1.0) websocket-extensions (0.1.3) xml-simple (1.1.5) - xpath (2.1.0) - nokogiri (~> 1.3) + xpath (3.0.0) + nokogiri (~> 1.8) xray-rails (0.3.1) rails (>= 3.1.0)