Skip to content

Commit 9ecbbbd

Browse files
authored
Merge pull request #103 from truemail-rb/develop
Truemail server v0.9.0
2 parents a9c1409 + e4d5f05 commit 9ecbbbd

File tree

5 files changed

+44
-36
lines changed

5 files changed

+44
-36
lines changed

.codeclimate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ checks:
99
plugins:
1010
rubocop:
1111
enabled: true
12-
channel: rubocop-1-54
12+
channel: rubocop-1-57
1313

1414
reek:
1515
enabled: true

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [0.9.0] - 2023-11-01
6+
7+
### Changed
8+
9+
- Updated runtime dependencies (`truemail`, `net-smtp`, `rack`, `thin`)
10+
- Updated development dependencies
11+
- Updated application version
12+
513
## [0.8.1] - 2023-07-25
614

715
### Changed

Gemfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ source 'https://rubygems.org'
55
ruby(::File.read(::File.join(::File.dirname(__FILE__), '.ruby-version')).strip[/-(.+)/, 1])
66

77
gem 'dry-struct', '~> 1.6'
8-
gem 'net-smtp', '~> 0.3.3'
9-
gem 'rack', '~> 2.2', '>= 2.2.6.4'
10-
gem 'thin', '~> 1.8', '>= 1.8.1'
11-
gem 'truemail', '~> 3.0', '>= 3.0.9'
8+
gem 'net-smtp', '~> 0.4.0'
9+
gem 'rack', '~> 2.2', '>= 2.2.8'
10+
gem 'thin', '~> 1.8', '>= 1.8.2'
11+
gem 'truemail', '~> 3.1'
1212

1313
group :development, :test do
1414
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
@@ -19,9 +19,9 @@ group :development, :test do
1919
gem 'bundler-audit', '~> 0.9.1', require: false
2020
gem 'fasterer', '~> 0.10.1', require: false
2121
gem 'reek', '~> 6.1', '>= 6.1.4', require: false
22-
gem 'rubocop', '~> 1.54', '>= 1.54.2', require: false
23-
gem 'rubocop-performance', '~> 1.18', require: false
24-
gem 'rubocop-rspec', '~> 2.22', require: false
22+
gem 'rubocop', '~> 1.57', '>= 1.57.2', require: false
23+
gem 'rubocop-performance', '~> 1.19', '>= 1.19.1', require: false
24+
gem 'rubocop-rspec', '~> 2.25', require: false
2525
end
2626

2727
group :test do

Gemfile.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GEM
1212
daemons (1.4.1)
1313
diff-lcs (1.5.0)
1414
docile (1.4.0)
15-
dry-core (1.0.0)
15+
dry-core (1.0.1)
1616
concurrent-ruby (~> 1.0)
1717
zeitwerk (~> 2.6)
1818
dry-inflector (1.0.0)
@@ -45,10 +45,10 @@ GEM
4545
method_source (1.0.0)
4646
net-protocol (0.2.1)
4747
timeout
48-
net-smtp (0.3.3)
48+
net-smtp (0.4.0)
4949
net-protocol
5050
parallel (1.23.0)
51-
parser (3.2.2.3)
51+
parser (3.2.2.4)
5252
ast (~> 2.4.1)
5353
racc
5454
pry (0.14.2)
@@ -57,17 +57,17 @@ GEM
5757
pry-byebug (3.10.1)
5858
byebug (~> 11.0)
5959
pry (>= 0.13, < 0.15)
60-
racc (1.7.1)
61-
rack (2.2.7)
60+
racc (1.7.2)
61+
rack (2.2.8)
6262
rack-test (2.1.0)
6363
rack (>= 1.3)
6464
rainbow (3.1.1)
6565
reek (6.1.4)
6666
kwalify (~> 0.7.0)
6767
parser (~> 3.2.0)
6868
rainbow (>= 2.0, < 4.0)
69-
regexp_parser (2.8.1)
70-
rexml (3.2.5)
69+
regexp_parser (2.8.2)
70+
rexml (3.2.6)
7171
rspec (3.12.0)
7272
rspec-core (~> 3.12.0)
7373
rspec-expectations (~> 3.12.0)
@@ -81,28 +81,28 @@ GEM
8181
diff-lcs (>= 1.2.0, < 2.0)
8282
rspec-support (~> 3.12.0)
8383
rspec-support (3.12.1)
84-
rubocop (1.54.2)
84+
rubocop (1.57.2)
8585
json (~> 2.3)
8686
language_server-protocol (>= 3.17.0)
8787
parallel (~> 1.10)
88-
parser (>= 3.2.2.3)
88+
parser (>= 3.2.2.4)
8989
rainbow (>= 2.2.2, < 4.0)
9090
regexp_parser (>= 1.8, < 3.0)
9191
rexml (>= 3.2.5, < 4.0)
92-
rubocop-ast (>= 1.28.0, < 2.0)
92+
rubocop-ast (>= 1.28.1, < 2.0)
9393
ruby-progressbar (~> 1.7)
9494
unicode-display_width (>= 2.4.0, < 3.0)
95-
rubocop-ast (1.29.0)
95+
rubocop-ast (1.30.0)
9696
parser (>= 3.2.1.0)
97-
rubocop-capybara (2.18.0)
97+
rubocop-capybara (2.19.0)
9898
rubocop (~> 1.41)
99-
rubocop-factory_bot (2.23.1)
99+
rubocop-factory_bot (2.24.0)
100100
rubocop (~> 1.33)
101-
rubocop-performance (1.18.0)
101+
rubocop-performance (1.19.1)
102102
rubocop (>= 1.7.0, < 2.0)
103103
rubocop-ast (>= 0.4.0)
104-
rubocop-rspec (2.22.0)
105-
rubocop (~> 1.33)
104+
rubocop-rspec (2.25.0)
105+
rubocop (~> 1.40)
106106
rubocop-capybara (~> 2.17)
107107
rubocop-factory_bot (~> 2.22)
108108
ruby-progressbar (1.13.0)
@@ -121,15 +121,15 @@ GEM
121121
daemons (~> 1.0, >= 1.0.9)
122122
eventmachine (~> 1.0, >= 1.0.4)
123123
rack (>= 1, < 3)
124-
thor (1.2.2)
124+
thor (1.3.0)
125125
timeout (0.4.0)
126-
truemail (3.0.9)
126+
truemail (3.1.0)
127127
simpleidn (~> 0.2.1)
128128
unf (0.1.4)
129129
unf_ext
130130
unf_ext (0.0.8.2)
131-
unicode-display_width (2.4.2)
132-
zeitwerk (2.6.8)
131+
unicode-display_width (2.5.0)
132+
zeitwerk (2.6.12)
133133

134134
PLATFORMS
135135
arm64-darwin-22
@@ -139,18 +139,18 @@ DEPENDENCIES
139139
dry-struct (~> 1.6)
140140
fasterer (~> 0.10.1)
141141
json_matchers (~> 0.11.1)
142-
net-smtp (~> 0.3.3)
142+
net-smtp (~> 0.4.0)
143143
pry-byebug (~> 3.10, >= 3.10.1)
144-
rack (~> 2.2, >= 2.2.6.4)
144+
rack (~> 2.2, >= 2.2.8)
145145
rack-test (~> 2.1)
146146
reek (~> 6.1, >= 6.1.4)
147147
rspec (~> 3.12)
148-
rubocop (~> 1.54, >= 1.54.2)
149-
rubocop-performance (~> 1.18)
150-
rubocop-rspec (~> 2.22)
148+
rubocop (~> 1.57, >= 1.57.2)
149+
rubocop-performance (~> 1.19, >= 1.19.1)
150+
rubocop-rspec (~> 2.25)
151151
simplecov (~> 0.22.0)
152-
thin (~> 1.8, >= 1.8.1)
153-
truemail (~> 3.0, >= 3.0.9)
152+
thin (~> 1.8, >= 1.8.2)
153+
truemail (~> 3.1)
154154

155155
RUBY VERSION
156156
ruby 3.2.0p0

app/truemail_server/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TruemailServer
4-
VERSION = '0.8.1'
4+
VERSION = '0.9.0'
55
end

0 commit comments

Comments
 (0)