From c1be94ffd20247f050e322071736368a4c720a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 9 Apr 2019 10:32:23 +0000 Subject: [PATCH 01/27] Bump bootsnap from 1.4.2 to 1.4.3 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.4.2...v1.4.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c161a418..ba442997 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM io-like (~> 0.3.0) arel (9.0.0) bindex (0.5.0) - bootsnap (1.4.2) + bootsnap (1.4.3) msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) From a0c642dfab155566f9cea4323b64cf756bd3bf8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 11 Apr 2019 10:31:01 +0000 Subject: [PATCH 02/27] Bump capybara from 3.16.1 to 3.16.2 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.16.1 to 3.16.2. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.16.1...3.16.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ba442997..4b1dc74c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.16.1) + capybara (3.16.2) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -145,7 +145,7 @@ GEM mini_portile2 (~> 2.4.0) public_suffix (3.0.3) puma (3.12.1) - rack (2.0.6) + rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -179,7 +179,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - regexp_parser (1.3.0) + regexp_parser (1.4.0) ruby_dep (1.5.0) ruby_parser (3.11.0) sexp_processor (~> 4.9) From 5eeb93868ff9f7f0edb2c90e815ad5660270eafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 18 Apr 2019 10:29:31 +0000 Subject: [PATCH 03/27] Bump selenium-webdriver from 3.141.0 to 3.141.5926 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.141.0 to 3.141.5926. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4b1dc74c..2ec36e2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,8 +63,8 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.2) xpath (~> 3.2) - childprocess (0.9.0) - ffi (~> 1.0, >= 1.0.11) + childprocess (1.0.1) + rake (< 13.0) chromedriver-helper (2.1.1) archive-zip (~> 0.10) nokogiri (~> 1.8) @@ -86,7 +86,7 @@ GEM erubi (1.8.0) erubis (2.7.0) execjs (2.7.0) - ffi (1.9.25) + ffi (1.10.0) friendly_id (5.2.5) activerecord (>= 4.0.0) globalid (0.4.2) @@ -195,8 +195,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - selenium-webdriver (3.141.0) - childprocess (~> 0.5) + selenium-webdriver (3.141.5926) + childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) sexp_processor (4.11.0) spring (2.0.2) From 22b14b54a68475efdb0000f4aaba1ab436dcf2de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Apr 2019 18:16:30 +0000 Subject: [PATCH 04/27] [Security] Bump nokogiri from 1.10.2 to 1.10.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.2 to 1.10.3. **This update includes security fixes.** - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.2...v1.10.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2ec36e2a..8d2c9018 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,7 @@ GEM multi_json (1.13.1) mysql2 (0.5.2) nio4r (2.3.1) - nokogiri (1.10.2) + nokogiri (1.10.3) mini_portile2 (~> 2.4.0) public_suffix (3.0.3) puma (3.12.1) From 048b855b282650685770e8a85e8f573d7261f0c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Apr 2019 10:33:39 +0000 Subject: [PATCH 05/27] Bump capybara from 3.16.2 to 3.18.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.16.2 to 3.18.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.16.2...3.18.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2ec36e2a..91d79b0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.16.2) + capybara (3.18.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -141,7 +141,7 @@ GEM multi_json (1.13.1) mysql2 (0.5.2) nio4r (2.3.1) - nokogiri (1.10.2) + nokogiri (1.10.3) mini_portile2 (~> 2.4.0) public_suffix (3.0.3) puma (3.12.1) From 403d5244621cdd5e5665c872b887b3345f5713de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Apr 2019 10:32:50 +0000 Subject: [PATCH 06/27] Bump selenium-webdriver from 3.141.5926 to 3.142.0 Bumps selenium-webdriver from 3.141.5926 to 3.142.0. Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 91d79b0a..fed91cc8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - selenium-webdriver (3.141.5926) + selenium-webdriver (3.142.0) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) sexp_processor (4.11.0) From e7990bde7bdc687c19b75152f9b0d1d343b10dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 25 Apr 2019 10:32:57 +0000 Subject: [PATCH 07/27] Bump mini_racer from 0.2.4 to 0.2.5 Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/discourse/mini_racer/releases) - [Changelog](https://github.com/discourse/mini_racer/blob/master/CHANGELOG) - [Commits](https://github.com/discourse/mini_racer/compare/v0.2.4...v0.2.5) Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 91d79b0a..c32307ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) kramdown (1.17.0) - libv8 (6.7.288.46.1) + libv8 (7.3.492.27.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -134,8 +134,8 @@ GEM mini_magick (4.9.2) mini_mime (1.0.1) mini_portile2 (2.4.0) - mini_racer (0.2.4) - libv8 (>= 6.3) + mini_racer (0.2.5) + libv8 (>= 6.9.411) minitest (5.11.3) msgpack (1.2.9) multi_json (1.13.1) From 092041a2a65471c92fa2439d1d356b74815d213e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 25 Apr 2019 10:33:24 +0000 Subject: [PATCH 08/27] Bump bootsnap from 1.4.3 to 1.4.4 Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/Shopify/bootsnap/releases) - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.4.3...v1.4.4) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 91d79b0a..4c3311ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM io-like (~> 0.3.0) arel (9.0.0) bindex (0.5.0) - bootsnap (1.4.3) + bootsnap (1.4.4) msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) @@ -137,7 +137,7 @@ GEM mini_racer (0.2.4) libv8 (>= 6.3) minitest (5.11.3) - msgpack (1.2.9) + msgpack (1.2.10) multi_json (1.13.1) mysql2 (0.5.2) nio4r (2.3.1) From 024cf4ff4f39e042cea1e7a795fc26085f5effb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Apr 2019 10:31:49 +0000 Subject: [PATCH 09/27] Bump sqlite3 from 1.4.0 to 1.4.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c795ad9d..127cd16f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.4.0) + sqlite3 (1.4.1) temple (0.8.0) thor (0.20.3) thread_safe (0.3.6) From 47f0f8ff6f96ff66118c378690409ef600937a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 7 May 2019 10:30:29 +0000 Subject: [PATCH 10/27] Bump selenium-webdriver from 3.142.0 to 3.142.1 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.0 to 3.142.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 127cd16f..a794ca5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - selenium-webdriver (3.142.0) + selenium-webdriver (3.142.1) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) sexp_processor (4.11.0) From 5bde4f44219a923ca63be84bac99ab9276140cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 10 May 2019 10:31:18 +0000 Subject: [PATCH 11/27] Bump capybara from 3.18.0 to 3.19.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.18.0...3.19.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a794ca5a..174559fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.18.0) + capybara (3.19.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From ab9325f02e559bc2168fb2a4258a7f6c7b598f54 Mon Sep 17 00:00:00 2001 From: Natasha Nunn Date: Fri, 10 May 2019 10:30:01 -0600 Subject: [PATCH 12/27] fixing unit head information --- app/views/hosted_journals/index.html.erb | 19 +++++++++++++++++++ app/views/profiles/index.html.haml | 14 +++++++------- 2 files changed, 26 insertions(+), 7 deletions(-) create mode 100644 app/views/hosted_journals/index.html.erb diff --git a/app/views/hosted_journals/index.html.erb b/app/views/hosted_journals/index.html.erb new file mode 100644 index 00000000..be657f8c --- /dev/null +++ b/app/views/hosted_journals/index.html.erb @@ -0,0 +1,19 @@ +
+

Journals hosted by UALibraries on OJS

+ + + + + + + + + <% @hosted_journals.each do |hosted_journal| %> + + + + + + <% end %> +
TitleURL
<%= link_to hosted_journal.title, hosted_journal_path(hosted_journal) %><%= hosted_journal.url %>
+
\ No newline at end of file diff --git a/app/views/profiles/index.html.haml b/app/views/profiles/index.html.haml index 948ca2eb..df2d7cfb 100644 --- a/app/views/profiles/index.html.haml +++ b/app/views/profiles/index.html.haml @@ -36,19 +36,19 @@ - if @unit == "augustana" %ul.unit-top %li - Unit Head:
- Nancy Goebel + Interim Head:
+ Katherine Koch %li Location:
Augustana Library %li Phone:
- 780-679-1189 + 780-679-1189 %li.last Website: www.library.ualberta.ca/augustana
Email: - nancy.goebel@ualberta.ca + katherine.koch@ualberta.ca - if @unit == "bib" %ul.unit-top %li @@ -66,7 +66,7 @@ %ul.unit-top %li Interim Head:
- Denis Lacroix + Debbie Feisst %li Location:
Campus Saint Jean @@ -75,7 +75,7 @@ 780-465-8710 %li.last Email:
- denis.lacroix@ualberta.ca + debbie.feisst@ualberta.ca - if @unit == "business" %ul.unit-top %li.col-md-2 @@ -118,7 +118,7 @@ - if @unit == "education" %ul.unit-top %li - Unit Head:
+ Interim Head:
Debbie Feisst %li Location:
From f898d09c690d054b9e286df9b4343ae215f9d18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 10:48:24 +0000 Subject: [PATCH 13/27] Bump capybara from 3.19.0 to 3.19.1 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.19.0 to 3.19.1. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.19.0...3.19.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 174559fb..db8f0dd5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.19.0) + capybara (3.19.1) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From fd210ee67e8bcce49a5285110b22d1fe8e72ff1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 13 May 2019 10:48:49 +0000 Subject: [PATCH 14/27] Bump selenium-webdriver from 3.142.1 to 3.142.2 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.1 to 3.142.2. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 174559fb..18452f3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - selenium-webdriver (3.142.1) + selenium-webdriver (3.142.2) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) sexp_processor (4.11.0) From 22a34a419d6b628e71e3623ab18552e6b395fa74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 14 May 2019 10:36:25 +0000 Subject: [PATCH 15/27] Bump mini_racer from 0.2.5 to 0.2.6 Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/discourse/mini_racer/releases) - [Changelog](https://github.com/discourse/mini_racer/blob/master/CHANGELOG) - [Commits](https://github.com/discourse/mini_racer/commits) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 174559fb..6d4c7b41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM mini_magick (4.9.2) mini_mime (1.0.1) mini_portile2 (2.4.0) - mini_racer (0.2.5) + mini_racer (0.2.6) libv8 (>= 6.9.411) minitest (5.11.3) msgpack (1.2.10) From 0ac401b9d6abbb2a64ad7d71d3a3c6bdd9d38db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 15 May 2019 10:32:57 +0000 Subject: [PATCH 16/27] Bump capybara from 3.19.1 to 3.20.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.19.1 to 3.20.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.19.1...3.20.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cdf6dc00..cde29ec6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,13 +55,14 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.19.1) + capybara (3.20.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (~> 1.2) + uglifier xpath (~> 3.2) childprocess (1.0.1) rake (< 13.0) From 23c339c933634466890b2379d1fcc702d51c1aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 15 May 2019 10:33:32 +0000 Subject: [PATCH 17/27] Bump jbuilder from 2.8.0 to 2.9.1 Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.8.0 to 2.9.1. - [Release notes](https://github.com/rails/jbuilder/releases) - [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jbuilder/compare/v2.8.0...v2.9.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index ff5d9b1f..a6933bab 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'uglifier', '>= 1.3.0' gem 'execjs' gem 'mini_racer' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder -gem 'jbuilder', '~> 2.5' +gem 'jbuilder', '~> 2.9' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 4.0' # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index cdf6dc00..ee9a98b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,9 +109,8 @@ GEM i18n (1.6.0) concurrent-ruby (~> 1.0) io-like (0.3.0) - jbuilder (2.8.0) + jbuilder (2.9.1) activesupport (>= 4.2.0) - multi_json (>= 1.2) jquery-rails (4.3.3) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -138,7 +137,6 @@ GEM libv8 (>= 6.9.411) minitest (5.11.3) msgpack (1.2.10) - multi_json (1.13.1) mysql2 (0.5.2) nio4r (2.3.1) nokogiri (1.10.3) @@ -243,7 +241,7 @@ DEPENDENCIES execjs friendly_id htmlentities - jbuilder (~> 2.5) + jbuilder (~> 2.9) listen (>= 3.0.5, < 3.2) mini_racer mysql2 (~> 0.5.2) From dcd6eeac64b5b9748d7ccc8cf70982a62c66d996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 10:33:03 +0000 Subject: [PATCH 18/27] Bump capybara from 3.20.0 to 3.20.2 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.20.0 to 3.20.2. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.20.0...3.20.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6fb03408..b8ef80a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,14 +55,13 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.20.0) + capybara (3.20.2) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (~> 1.2) - uglifier xpath (~> 3.2) childprocess (1.0.1) rake (< 13.0) @@ -178,7 +177,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - regexp_parser (1.4.0) + regexp_parser (1.5.0) ruby_dep (1.5.0) ruby_parser (3.11.0) sexp_processor (~> 4.9) From 87f52383ae3f445f42f92fcbfac1deae55b64683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 21 May 2019 10:38:11 +0000 Subject: [PATCH 19/27] Bump selenium-webdriver from 3.142.2 to 3.142.3 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.2 to 3.142.3. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6fb03408..e491a1ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - selenium-webdriver (3.142.2) + selenium-webdriver (3.142.3) childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) sexp_processor (4.11.0) From 476db82de21df8693251f128a85c3c3deb1b9457 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 16:26:28 +0000 Subject: [PATCH 20/27] Bump capybara from 3.20.2 to 3.21.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.20.2 to 3.21.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.20.2...3.21.0) --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22455257..e21e316b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,13 +55,13 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.20.2) + capybara (3.21.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.2) + regexp_parser (~> 1.5) xpath (~> 3.2) childprocess (1.0.1) rake (< 13.0) @@ -141,7 +141,7 @@ GEM nio4r (2.3.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - public_suffix (3.0.3) + public_suffix (3.1.0) puma (3.12.1) rack (2.0.7) rack-test (1.1.0) @@ -177,7 +177,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - regexp_parser (1.5.0) + regexp_parser (1.5.1) ruby_dep (1.5.0) ruby_parser (3.11.0) sexp_processor (~> 4.9) From 714348bb209df1dde6b5aae254cf3eeff7c403db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 14:07:24 +0000 Subject: [PATCH 21/27] Bump capybara from 3.21.0 to 3.22.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.21.0 to 3.22.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.21.0...3.22.0) --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e21e316b..751267b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.21.0) + capybara (3.22.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From 7451c2b286f1270d3ef76bc631257fa27fdbcd5c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 14 Jun 2019 15:36:52 +0000 Subject: [PATCH 22/27] Bump capybara from 3.22.0 to 3.24.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.22.0 to 3.24.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.22.0...3.24.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 751267b4..264d65c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.22.0) + capybara (3.24.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) From caf43ac8468899827a6c5845f4ce4ab3b023efb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 17:18:32 +0000 Subject: [PATCH 23/27] Bump spring from 2.0.2 to 2.1.0 Bumps [spring](https://github.com/rails/spring) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/rails/spring/releases) - [Changelog](https://github.com/rails/spring/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/spring/compare/v2.0.2...v2.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 751267b4..28975ac7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,8 +197,7 @@ GEM childprocess (>= 0.5, < 2.0) rubyzip (~> 1.2, >= 1.2.2) sexp_processor (4.11.0) - spring (2.0.2) - activesupport (>= 4.2) + spring (2.1.0) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) From c4d61acefb472f41144d062f183c7c15b18bd31e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2019 10:42:58 +0000 Subject: [PATCH 24/27] Bump puma from 3.12.1 to 4.0.0 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.0.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.12.1...v4.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a6933bab..b308eb0a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'sqlite3' gem 'mysql2', '~> 0.5.2' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.0' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0bc253ec..ca70fc70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -142,7 +142,8 @@ GEM nokogiri (1.10.3) mini_portile2 (~> 2.4.0) public_suffix (3.1.0) - puma (3.12.1) + puma (4.0.0) + nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -244,7 +245,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mini_racer mysql2 (~> 0.5.2) - puma (~> 3.12) + puma (~> 4.0) rails (~> 5.2.3) selenium-webdriver spring From 1bd68f33ebbb530b16868dbe5063e36e8519e90f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2019 10:37:32 +0000 Subject: [PATCH 25/27] Bump capybara from 3.24.0 to 3.25.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.24.0 to 3.25.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.24.0...3.25.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ca70fc70..24e33cbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.24.0) + capybara (3.25.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -141,7 +141,7 @@ GEM nio4r (2.3.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - public_suffix (3.1.0) + public_suffix (3.1.1) puma (4.0.0) nio4r (~> 2.0) rack (2.0.7) From b7df07524fd295d90ddf2f0f3365b174039c6957 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2019 11:16:14 +0000 Subject: [PATCH 26/27] Bump puma from 4.0.0 to 4.0.1 Bumps [puma](https://github.com/puma/puma) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v4.0.0...v4.0.1) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 24e33cbc..3b176ed3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,11 +138,11 @@ GEM minitest (5.11.3) msgpack (1.2.10) mysql2 (0.5.2) - nio4r (2.3.1) + nio4r (2.4.0) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) public_suffix (3.1.1) - puma (4.0.0) + puma (4.0.1) nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) From 7970e14ed8eeffe189ee8b16f2158c9658067c66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2019 10:41:22 +0000 Subject: [PATCH 27/27] Bump capybara from 3.25.0 to 3.26.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.25.0 to 3.26.0. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.25.0...3.26.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 24e33cbc..342bcd78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - capybara (3.25.0) + capybara (3.26.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -131,7 +131,7 @@ GEM method_source (0.9.2) mimemagic (0.3.3) mini_magick (4.9.2) - mini_mime (1.0.1) + mini_mime (1.0.2) mini_portile2 (2.4.0) mini_racer (0.2.6) libv8 (>= 6.9.411)