From e5caa4a6c1eeaabbc98e58f37661429a3b16c3a8 Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Sat, 27 Apr 2024 12:07:46 +0200 Subject: [PATCH 1/2] Technical/Update dependencies (#116) * Updated runtime/development dependencies * Updated codeclimate config --- .codeclimate.yml | 2 +- Gemfile | 10 +++++----- Gemfile.lock | 41 ++++++++++++++++++++++------------------- 3 files changed, 28 insertions(+), 25 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index d660540..04065ae 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,7 +9,7 @@ checks: plugins: rubocop: enabled: true - channel: rubocop-1-61 + channel: rubocop-1-63 reek: enabled: true diff --git a/Gemfile b/Gemfile index eabe522..1219d7d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,10 +5,10 @@ source 'https://rubygems.org' ruby(::File.read(::File.join(::File.dirname(__FILE__), '.ruby-version')).strip[/-(.+)/, 1]) gem 'dry-struct', '~> 1.6' -gem 'net-smtp', '~> 0.4.0.1' +gem 'net-smtp', '~> 0.5.0' gem 'rack', '~> 2.2', '>= 2.2.8.1' gem 'thin', '~> 1.8', '>= 1.8.2' -gem 'truemail', '~> 3.3' +gem 'truemail', '~> 3.3', '>= 3.3.1' group :development, :test do gem 'pry-byebug', '~> 3.10', '>= 3.10.1' @@ -19,9 +19,9 @@ group :development, :test do gem 'bundler-audit', '~> 0.9.1', require: false gem 'fasterer', '~> 0.11.0', require: false gem 'reek', '~> 6.3', require: false - gem 'rubocop', '~> 1.61', require: false - gem 'rubocop-performance', '~> 1.20', '>= 1.20.2', require: false - gem 'rubocop-rspec', '~> 2.27', require: false + gem 'rubocop', '~> 1.63', '>= 1.63.3', require: false + gem 'rubocop-performance', '~> 1.21', require: false + gem 'rubocop-rspec', '~> 2.29', '>= 2.29.1', require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 26ccc56..e2cb2f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - bigdecimal (3.1.6) + bigdecimal (3.1.7) bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) @@ -48,18 +48,18 @@ GEM fasterer (0.11.0) ruby_parser (>= 3.19.1) ice_nine (0.11.2) - json (2.7.1) + json (2.7.2) json_matchers (0.11.1) json_schema json_schema (0.21.0) language_server-protocol (3.17.0.3) - method_source (1.0.0) + method_source (1.1.0) net-protocol (0.2.2) timeout - net-smtp (0.4.0.1) + net-smtp (0.5.0) net-protocol parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -69,7 +69,7 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) racc (1.7.3) - rack (2.2.8.1) + rack (2.2.9) rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) @@ -93,7 +93,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.61.0) + rubocop (1.63.3) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -101,22 +101,25 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.1) + rubocop-ast (1.31.2) parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-performance (1.20.2) + rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rspec (2.27.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rspec (2.29.1) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.28.3) + rubocop (~> 1.40) ruby-progressbar (1.13.0) ruby_parser (3.21.0) racc (~> 1.5) @@ -128,7 +131,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - simpleidn (0.2.1) + simpleidn (0.2.2) unf (~> 0.1.4) thin (1.8.2) daemons (~> 1.0, >= 1.0.9) @@ -136,7 +139,7 @@ GEM rack (>= 1, < 3) thor (1.3.1) timeout (0.4.1) - truemail (3.3.0) + truemail (3.3.1) simpleidn (~> 0.2.1) unf (0.1.4) unf_ext @@ -153,18 +156,18 @@ DEPENDENCIES dry-struct (~> 1.6) fasterer (~> 0.11.0) json_matchers (~> 0.11.1) - net-smtp (~> 0.4.0.1) + net-smtp (~> 0.5.0) pry-byebug (~> 3.10, >= 3.10.1) rack (~> 2.2, >= 2.2.8.1) rack-test (~> 2.1) reek (~> 6.3) rspec (~> 3.13) - rubocop (~> 1.61) - rubocop-performance (~> 1.20, >= 1.20.2) - rubocop-rspec (~> 2.27) + rubocop (~> 1.63, >= 1.63.3) + rubocop-performance (~> 1.21) + rubocop-rspec (~> 2.29, >= 2.29.1) simplecov (~> 0.22.0) thin (~> 1.8, >= 1.8.2) - truemail (~> 3.3) + truemail (~> 3.3, >= 3.3.1) RUBY VERSION ruby 3.3.0p0 From 4083ed67d3932adbc6ad07fa8afc6bca1aca70d6 Mon Sep 17 00:00:00 2001 From: Vladislav Trotsenko Date: Mon, 29 Apr 2024 10:31:47 +0200 Subject: [PATCH 2/2] Technical/Update version (#117) * Updated application version * Updated changelog --- CHANGELOG.md | 8 ++++++++ app/truemail_server/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df02671..0a4d22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.11.0] - 2024-04-29 + +### Changed + +- Updated application dependencies ( `net-smtp` 0.5.0, `truemail` 3.3.1) +- Updated development dependencies +- Updated application version + ## [0.10.0] - 2024-03-02 ### Changed diff --git a/app/truemail_server/version.rb b/app/truemail_server/version.rb index 4b6f4ae..ea35e92 100644 --- a/app/truemail_server/version.rb +++ b/app/truemail_server/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TruemailServer - VERSION = '0.10.0' + VERSION = '0.11.0' end