From 6a511f04efc1c2301284417d837e8267af9394e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 10:28:41 +0000 Subject: [PATCH 1/2] Bump rack from 2.0.7 to 2.0.8 Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8) Signed-off-by: dependabot[bot] --- Gemfile.lock | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f700d31..db989bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,14 +82,20 @@ GEM warden (~> 1.2.3) erubi (1.9.0) execjs (2.7.0) + faker (1.9.6) + i18n (>= 0.7) + faraday (0.17.1) + multipart-post (>= 1.2, < 3) ffi (1.11.3) globalid (0.4.2) activesupport (>= 4.2.0) + hashie (3.6.0) i18n (1.7.0) concurrent-ruby (~> 1.0) io-like (0.3.0) jbuilder (2.9.1) activesupport (>= 4.2.0) + jwt (2.2.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -107,14 +113,31 @@ GEM mini_portile2 (2.4.0) minitest (5.13.0) msgpack (1.3.1) + multi_json (1.14.1) + multi_xml (0.6.0) + multipart-post (2.1.1) nio4r (2.5.2) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) + oauth2 (1.4.2) + faraday (>= 0.8, < 2.0) + jwt (>= 1.0, < 3.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) + rack (>= 1.2, < 3) + omniauth (1.9.0) + hashie (>= 3.4.6, < 3.7.0) + rack (>= 1.6.2, < 3) + omniauth-facebook (5.0.0) + omniauth-oauth2 (~> 1.2) + omniauth-oauth2 (1.6.0) + oauth2 (~> 1.1) + omniauth (~> 1.9) orm_adapter (0.5.0) pg (1.1.4) public_suffix (4.0.1) puma (3.12.2) - rack (2.0.7) + rack (2.0.8) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.4) @@ -209,8 +232,10 @@ DEPENDENCIES chromedriver-helper coffee-rails (~> 4.2) devise (~> 4.7, >= 4.7.1) + faker (~> 1.6, >= 1.6.6) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) + omniauth-facebook (~> 5.0) pg (>= 0.18, < 2.0) puma (~> 3.11) rails (~> 5.2.3) From 6817c2c31e5faa5f4391e9d062099688a1b4f5c7 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 8 Jan 2020 15:37:49 +0000 Subject: [PATCH 2/2] Adding .stickler.yml --- .stickler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .stickler.yml diff --git a/.stickler.yml b/.stickler.yml new file mode 100644 index 0000000..91a318d --- /dev/null +++ b/.stickler.yml @@ -0,0 +1,10 @@ +linters: + rubocop: + fixer: true + csslint: { } +files: + ignore: + - 'bower_components/*' + - 'node_modules/*' +fixers: + enable: true