From d1a63c4d679f5679466e1f68546ce023c227b242 Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Tue, 30 Jan 2024 12:15:05 +0300 Subject: [PATCH 1/5] minor-dependency-updates --- Changelog.md | 3 +++ Gemfile.lock | 59 +++++++++++++++++++++++-------------------- lib/lamian/version.rb | 2 +- 3 files changed, 35 insertions(+), 29 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0ca7160..968124f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,9 @@ Update this on a pull request, under `Lamian::VERSION` (also known as next version). If this constant would be changed without release, I'll update it here too +## 1.8.0 +* Minor dependcy updates; + ## 1.3.0 * Add support for the (new sentry gem)[https://github.com/getsentry/sentry-ruby]. diff --git a/Gemfile.lock b/Gemfile.lock index 0259750..e585f6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lamian (1.7.0) + lamian (1.8.0) rails (>= 4.2) GEM @@ -87,46 +87,47 @@ GEM colorize (0.8.1) concurrent-ruby (1.1.10) crass (1.0.6) + date (3.3.4) diff-lcs (1.5.0) docile (1.4.0) dry-inflector (0.3.0) - erubi (1.11.0) + erubi (1.12.0) faraday (2.6.0) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.1) - globalid (1.0.0) - activesupport (>= 5.0) + globalid (1.2.1) + activesupport (>= 6.1) i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.2) launchy (2.5.0) addressable (~> 2.7) - loofah (2.19.0) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) - mail (2.7.1) + nokogiri (>= 1.12.0) + mail (2.8.1) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp marcel (1.0.2) method_source (1.0.0) - mini_mime (1.1.2) - mini_portile2 (2.8.0) + mini_mime (1.1.5) + mini_portile2 (2.8.5) minitest (5.16.3) - net-imap (0.3.1) + net-imap (0.4.9.1) + date net-protocol net-pop (0.1.2) net-protocol - net-protocol (0.1.3) + net-protocol (0.2.2) timeout - net-smtp (0.3.2) + net-smtp (0.4.0.1) net-protocol - nio4r (2.5.8) - nokogiri (1.13.9) - mini_portile2 (~> 2.8.0) - racc (~> 1.4) - nokogiri (1.13.9-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.13.9-x86_64-linux) + nio4r (2.7.0) + nokogiri (1.16.0) + mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.22.1) parser (3.1.2.1) @@ -135,9 +136,9 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.0) - racc (1.6.0) + racc (1.7.3) rack (2.2.4) - rack-test (2.0.2) + rack-test (2.1.0) rack (>= 1.3) rails (7.0.4) actioncable (= 7.0.4) @@ -153,11 +154,13 @@ GEM activesupport (= 7.0.4) bundler (>= 1.15.0) railties (= 7.0.4) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.4.3) - loofah (~> 2.3) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) railties (7.0.4) actionpack (= 7.0.4) activesupport (= 7.0.4) @@ -232,7 +235,7 @@ GEM simplecov_json_formatter (0.1.4) symbiont-ruby (0.7.0) thor (1.2.1) - timeout (0.3.0) + timeout (0.4.1) tzinfo (2.0.5) concurrent-ruby (~> 1.0) umbrellio-sequel-plugins (0.10.0.86) @@ -240,12 +243,12 @@ GEM symbiont-ruby unicode-display_width (2.3.0) webrick (1.7.0) - websocket-driver (0.7.5) + websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yard (0.9.28) webrick (~> 1.7.0) - zeitwerk (2.6.1) + zeitwerk (2.6.12) PLATFORMS ruby diff --git a/lib/lamian/version.rb b/lib/lamian/version.rb index e504234..383df06 100644 --- a/lib/lamian/version.rb +++ b/lib/lamian/version.rb @@ -13,5 +13,5 @@ module Lamian # According to this, it is enough to specify '~> a.b' # if private API was not used and to specify '~> a.b.c' if it was - VERSION = "1.7.0" + VERSION = "1.8.0" end From da541c148df1e799ff1c6d923292c6acd1b4b84b Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Tue, 30 Jan 2024 12:16:36 +0300 Subject: [PATCH 2/5] actualize ruby workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dffdb0..7f8619c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ["2.7", "3.0"] + ruby: ["3.0", "3.1", "3.2"] steps: - uses: actions/checkout@v2 From 6ad945d04647d64dc53290832fb00b76fb867901 Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Tue, 30 Jan 2024 12:17:48 +0300 Subject: [PATCH 3/5] audit --- Gemfile.lock | 178 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 107 insertions(+), 71 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e585f6f..1ff2c3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,74 +7,85 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.0.4) - actionpack (= 7.0.4) - activesupport (= 7.0.4) + actioncable (7.1.3) + actionpack (= 7.1.3) + activesupport (= 7.1.3) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.4) - actionpack (= 7.0.4) - activejob (= 7.0.4) - activerecord (= 7.0.4) - activestorage (= 7.0.4) - activesupport (= 7.0.4) + zeitwerk (~> 2.6) + actionmailbox (7.1.3) + actionpack (= 7.1.3) + activejob (= 7.1.3) + activerecord (= 7.1.3) + activestorage (= 7.1.3) + activesupport (= 7.1.3) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.4) - actionpack (= 7.0.4) - actionview (= 7.0.4) - activejob (= 7.0.4) - activesupport (= 7.0.4) + actionmailer (7.1.3) + actionpack (= 7.1.3) + actionview (= 7.1.3) + activejob (= 7.1.3) + activesupport (= 7.1.3) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.4) - actionview (= 7.0.4) - activesupport (= 7.0.4) - rack (~> 2.0, >= 2.2.0) + rails-dom-testing (~> 2.2) + actionpack (7.1.3) + actionview (= 7.1.3) + activesupport (= 7.1.3) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.4) - actionpack (= 7.0.4) - activerecord (= 7.0.4) - activestorage (= 7.0.4) - activesupport (= 7.0.4) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actiontext (7.1.3) + actionpack (= 7.1.3) + activerecord (= 7.1.3) + activestorage (= 7.1.3) + activesupport (= 7.1.3) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.4) - activesupport (= 7.0.4) + actionview (7.1.3) + activesupport (= 7.1.3) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.4) - activesupport (= 7.0.4) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activejob (7.1.3) + activesupport (= 7.1.3) globalid (>= 0.3.6) - activemodel (7.0.4) - activesupport (= 7.0.4) - activerecord (7.0.4) - activemodel (= 7.0.4) - activesupport (= 7.0.4) - activestorage (7.0.4) - actionpack (= 7.0.4) - activejob (= 7.0.4) - activerecord (= 7.0.4) - activesupport (= 7.0.4) + activemodel (7.1.3) + activesupport (= 7.1.3) + activerecord (7.1.3) + activemodel (= 7.1.3) + activesupport (= 7.1.3) + timeout (>= 0.4.0) + activestorage (7.1.3) + actionpack (= 7.1.3) + activejob (= 7.1.3) + activerecord (= 7.1.3) + activesupport (= 7.1.3) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.4) + activesupport (7.1.3) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.6) builder (3.2.4) bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) @@ -85,11 +96,14 @@ GEM umbrellio-sequel-plugins (~> 0.4) coderay (1.1.3) colorize (0.8.1) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.3) + connection_pool (2.4.1) crass (1.0.6) date (3.3.4) diff-lcs (1.5.0) docile (1.4.0) + drb (2.2.0) + ruby2_keywords dry-inflector (0.3.0) erubi (1.12.0) faraday (2.6.0) @@ -98,8 +112,12 @@ GEM faraday-net_http (3.0.1) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) + io-console (0.7.2) + irb (1.11.1) + rdoc + reline (>= 0.4.2) json (2.6.2) launchy (2.5.0) addressable (~> 2.7) @@ -115,7 +133,8 @@ GEM method_source (1.0.0) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.16.3) + minitest (5.21.2) + mutex_m (0.2.0) net-imap (0.4.9.1) date net-protocol @@ -129,31 +148,42 @@ GEM nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.16.0-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.16.0-x86_64-linux) + racc (~> 1.4) parallel (1.22.1) parser (3.1.2.1) ast (~> 2.4.1) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) + psych (5.1.2) + stringio public_suffix (5.0.0) racc (1.7.3) - rack (2.2.4) + rack (3.0.8) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rails (7.0.4) - actioncable (= 7.0.4) - actionmailbox (= 7.0.4) - actionmailer (= 7.0.4) - actionpack (= 7.0.4) - actiontext (= 7.0.4) - actionview (= 7.0.4) - activejob (= 7.0.4) - activemodel (= 7.0.4) - activerecord (= 7.0.4) - activestorage (= 7.0.4) - activesupport (= 7.0.4) + rackup (2.0.0) + rack (>= 3) + webrick + rails (7.1.3) + actioncable (= 7.1.3) + actionmailbox (= 7.1.3) + actionmailer (= 7.1.3) + actionpack (= 7.1.3) + actiontext (= 7.1.3) + actionview (= 7.1.3) + activejob (= 7.1.3) + activemodel (= 7.1.3) + activerecord (= 7.1.3) + activestorage (= 7.1.3) + activesupport (= 7.1.3) bundler (>= 1.15.0) - railties (= 7.0.4) + railties (= 7.1.3) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -161,16 +191,21 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.0.4) - actionpack (= 7.0.4) - activesupport (= 7.0.4) - method_source + railties (7.1.3) + actionpack (= 7.1.3) + activesupport (= 7.1.3) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) + rdoc (6.6.2) + psych (>= 4.0.0) regexp_parser (2.6.0) + reline (0.4.2) + io-console (~> 0.5) rexml (3.2.5) rspec (3.11.0) rspec-core (~> 3.11.0) @@ -233,10 +268,11 @@ GEM simplecov-html (0.12.3) simplecov-lcov (0.8.0) simplecov_json_formatter (0.1.4) + stringio (3.1.0) symbiont-ruby (0.7.0) - thor (1.2.1) + thor (1.3.0) timeout (0.4.1) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) umbrellio-sequel-plugins (0.10.0.86) sequel From 4bcb4cd90f280c3efb72e695ef0357ee7b35ba04 Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Tue, 30 Jan 2024 12:21:37 +0300 Subject: [PATCH 4/5] updated rspec --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1ff2c3b..a47d70c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -207,19 +207,19 @@ GEM reline (0.4.2) io-console (~> 0.5) rexml (3.2.5) - rspec (3.11.0) - rspec-core (~> 3.11.0) - rspec-expectations (~> 3.11.0) - rspec-mocks (~> 3.11.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.1) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.2) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.2) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.1) + rspec-support (~> 3.12.0) + rspec-support (3.12.1) rubocop (1.35.1) json (~> 2.3) parallel (~> 1.10) From 8b64e19262424c59cfc9ef60f75ae44f8e16be20 Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Wed, 31 Jan 2024 10:21:14 +0300 Subject: [PATCH 5/5] fix typo in changelog --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 968124f..541ad02 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Update this on a pull request, under `Lamian::VERSION` I'll update it here too ## 1.8.0 -* Minor dependcy updates; +* Minor dependency updates; ## 1.3.0 * Add support for the (new sentry gem)[https://github.com/getsentry/sentry-ruby].