From 3962d1206ab13905348d2a35496e10e7428965a5 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Tue, 28 Jan 2025 11:42:47 +0300 Subject: [PATCH] #194 up --- .gitignore | 2 +- .rubocop.yml | 2 +- Gemfile.lock | 71 ++++++++++++++++++++++++++---------------------- LICENSE.txt | 2 +- sass/bylaws.scss | 2 +- 5 files changed, 42 insertions(+), 37 deletions(-) diff --git a/.gitignore b/.gitignore index 9446217..d712ae9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ target/ .DS_Store -coverage/ \ No newline at end of file +coverage/ diff --git a/.rubocop.yml b/.rubocop.yml index 400500e..b08011b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,7 +29,7 @@ AllCops: NewCops: enable Naming/FileName: - Regex: !ruby/regexp '/^[a-z\-._]*$/' + Regex: '^[a-z\-._]*$' Style/GlobalVars: Enabled: false Metrics/MethodLength: diff --git a/Gemfile.lock b/Gemfile.lock index a875030..e73fcd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - activesupport (7.2.2.1) + activesupport (8.0.1) base64 benchmark (>= 0.3) bigdecimal @@ -13,6 +13,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) @@ -32,10 +33,10 @@ GEM tago (~> 0) typhoeus (~> 1.3) benchmark (0.4.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) builder (3.3.0) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) crack (1.0.0) bigdecimal rexml @@ -47,7 +48,7 @@ GEM tago (> 0) ethon (0.16.0) ffi (>= 1.15.0) - factbase (0.4.0) + factbase (0.5.2) backtrace (> 0) decoor (> 0) json (~> 2.7) @@ -68,11 +69,11 @@ GEM net-http (>= 0.5.0) faraday-retry (2.2.1) faraday (~> 2.0) - fbe (0.0.85) + fbe (0.0.86) backtrace (~> 0) baza.rb (~> 0) decoor (~> 0) - factbase (~> 0) + factbase (>= 0.5.2) faraday (~> 2) faraday-http-cache (~> 2) faraday-multipart (~> 1) @@ -96,24 +97,25 @@ GEM ffi (1.17.1-x86_64-linux-gnu) ffi (1.17.1-x86_64-linux-musl) fiber-storage (1.0.0) - gli (2.22.0) - graphql (2.3.20) + gli (2.22.2) + ostruct + graphql (2.4.8) base64 fiber-storage - graphql-client (0.23.0) + graphql-client (0.25.0) activesupport (>= 3.0) graphql (>= 1.13.0) - hashdiff (1.1.1) - i18n (1.14.6) + hashdiff (1.1.2) + i18n (1.14.7) concurrent-ruby (~> 1.0) iri (0.8.0) json (2.9.1) - judges (0.31.0) + judges (0.31.1) backtrace (~> 0) baza.rb (~> 0) concurrent-ruby (~> 1.2) elapsed (~> 0) - factbase (~> 0) + factbase (>= 0.5.0) gli (~> 2.21) iri (~> 0) loog (~> 0) @@ -124,9 +126,9 @@ GEM tago (~> 0) timeout (~> 0) typhoeus (~> 1.3) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) liquid (5.5.1) - logger (1.6.4) + logger (1.6.5) loog (0.6.0) mini_portile2 (2.8.8) minitest (5.25.4) @@ -139,32 +141,33 @@ GEM multipart-post (2.4.1) net-http (0.6.0) uri - nokogiri (1.18.1) + nokogiri (1.18.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.1-aarch64-linux-gnu) + nokogiri (1.18.2-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.1-aarch64-linux-musl) + nokogiri (1.18.2-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.1-arm-linux-gnu) + nokogiri (1.18.2-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.1-arm-linux-musl) + nokogiri (1.18.2-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.1-arm64-darwin) + nokogiri (1.18.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.1-x86_64-darwin) + nokogiri (1.18.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.1-x86_64-linux-gnu) + nokogiri (1.18.2-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.1-x86_64-linux-musl) + nokogiri (1.18.2-x86_64-linux-musl) racc (~> 1.4) obk (0.3.1) - octokit (9.1.0) + octokit (9.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) + ostruct (0.6.1) others (0.0.3) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc public_suffix (6.0.1) @@ -177,9 +180,9 @@ GEM rainbow (3.1.1) rake (13.2.1) redcarpet (3.6.0) - regexp_parser (2.9.3) + regexp_parser (2.10.0) retries (0.0.5) - rexml (3.3.8) + rexml (3.4.0) rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -190,13 +193,13 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - securerandom (0.3.2) + securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -212,8 +215,10 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) - uri (0.13.1) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) + uri (1.0.2) verbose (0.0.2) loog (~> 0.2) tago (~> 0.0) diff --git a/LICENSE.txt b/LICENSE.txt index cf3eb2a..bd701fe 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/sass/bylaws.scss b/sass/bylaws.scss index 30cc918..1dddf25 100644 --- a/sass/bylaws.scss +++ b/sass/bylaws.scss @@ -64,4 +64,4 @@ $em: #1c448e; column-count: 3; } } -} \ No newline at end of file +}