From b4d8d4094871a5afc9d5d1217cf5e3b3056cb718 Mon Sep 17 00:00:00 2001 From: Manuel Puyol Date: Tue, 6 Apr 2021 13:46:16 -0500 Subject: [PATCH] update octicons to 13 --- Gemfile.lock | 83 +++++++--------------------------------------------- 1 file changed, 11 insertions(+), 72 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 10b0758ca5..8b9dc6adfb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,31 +4,12 @@ PATH primer_view_components (0.0.34) actionview (>= 5.0.0) activesupport (>= 5.0.0) - octicons_helper (>= 9.0.0, < 13.0.0) + octicons_helper (>= 13.0.0) view_component (>= 2.0.0, < 3.0) GEM remote: https://rubygems.org/ specs: - actioncable (6.1.1) - actionpack (= 6.1.1) - activesupport (= 6.1.1) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - actionmailbox (6.1.1) - actionpack (= 6.1.1) - activejob (= 6.1.1) - activerecord (= 6.1.1) - activestorage (= 6.1.1) - activesupport (= 6.1.1) - mail (>= 2.7.1) - actionmailer (6.1.1) - actionpack (= 6.1.1) - actionview (= 6.1.1) - activejob (= 6.1.1) - activesupport (= 6.1.1) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 2.0) actionpack (6.1.1) actionview (= 6.1.1) activesupport (= 6.1.1) @@ -36,33 +17,14 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.1) - actionpack (= 6.1.1) - activerecord (= 6.1.1) - activestorage (= 6.1.1) - activesupport (= 6.1.1) - nokogiri (>= 1.8.5) actionview (6.1.1) activesupport (= 6.1.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.1.1) - activesupport (= 6.1.1) - globalid (>= 0.3.6) activemodel (6.1.1) activesupport (= 6.1.1) - activerecord (6.1.1) - activemodel (= 6.1.1) - activesupport (= 6.1.1) - activestorage (6.1.1) - actionpack (= 6.1.1) - activejob (= 6.1.1) - activerecord (= 6.1.1) - activesupport (= 6.1.1) - marcel (~> 0.3.1) - mimemagic (~> 0.3.2) activesupport (6.1.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) @@ -101,9 +63,7 @@ GEM concurrent-ruby (~> 1.1) websocket-driver (>= 0.6, < 0.8) ffi (1.14.2) - globalid (0.4.2) - activesupport (>= 4.2.0) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) listen (3.4.0) @@ -112,30 +72,24 @@ GEM loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.7.1) - mini_mime (>= 0.1.1) - marcel (0.3.3) - mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.10) - nokogiri (~> 1) - rake - mini_mime (1.0.2) + mini_mime (1.1.0) mini_portile2 (2.5.0) minitest (5.14.4) mocha (1.12.0) msgpack (1.3.3) - nio4r (2.5.4) - nokogiri (1.11.1) + nio4r (2.5.7) + nokogiri (1.11.2) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.1-x86_64-darwin) + nokogiri (1.11.2-x86_64-darwin) racc (~> 1.4) - octicons (12.1.0) + octicons (13.0.0) nokogiri (>= 1.6.3.1) - octicons_helper (12.1.0) - octicons (= 12.1.0) - rails + octicons_helper (13.0.0) + actionview + octicons (= 13.0.0) + railties parallel (1.20.1) parser (3.0.0.0) ast (~> 2.4.1) @@ -153,21 +107,6 @@ GEM rack rack-test (1.1.0) rack (>= 1.0, < 3) - rails (6.1.1) - actioncable (= 6.1.1) - actionmailbox (= 6.1.1) - actionmailer (= 6.1.1) - actionpack (= 6.1.1) - actiontext (= 6.1.1) - actionview (= 6.1.1) - activejob (= 6.1.1) - activemodel (= 6.1.1) - activerecord (= 6.1.1) - activestorage (= 6.1.1) - activesupport (= 6.1.1) - bundler (>= 1.15.0) - railties (= 6.1.1) - sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6)