Skip to content

Commit c509948

Browse files
Bump sinatra from 2.2.0 to 4.1.0 in /src/emailservice
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.2.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99ba99a commit c509948

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

src/emailservice/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
gem "net-smtp", "~> 0.3"
44
gem "pony", "~> 1.13"
55
gem "puma", "~> 5.6"
6-
gem "sinatra", "~> 2.2"
6+
gem "sinatra", "~> 4.1"
77

88
gem "opentelemetry-sdk", "~> 1.1"
99
gem "opentelemetry-exporter-otlp", "~> 0.21"

src/emailservice/Gemfile.lock

+19-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
base64 (0.2.0)
45
digest (3.1.0)
56
google-protobuf (3.21.1)
67
googleapis-common-protos-types (1.3.1)
78
google-protobuf (~> 3.14)
9+
logger (1.6.1)
810
mail (2.7.1)
911
mini_mime (>= 0.1.1)
1012
mini_mime (1.1.2)
11-
mustermann (1.1.1)
13+
mustermann (3.0.3)
1214
ruby2_keywords (~> 0.0.1)
1315
net-protocol (0.1.3)
1416
timeout
@@ -46,20 +48,27 @@ GEM
4648
mail (>= 2.0)
4749
puma (5.6.4)
4850
nio4r (~> 2.0)
49-
rack (2.2.3.1)
50-
rack-protection (2.2.0)
51-
rack
51+
rack (3.1.8)
52+
rack-protection (4.1.0)
53+
base64 (>= 0.1.0)
54+
logger (>= 1.6.0)
55+
rack (>= 3.0.0, < 4)
56+
rack-session (2.0.0)
57+
rack (>= 3.0.0)
5258
ruby2_keywords (0.0.5)
53-
sinatra (2.2.0)
54-
mustermann (~> 1.0)
55-
rack (~> 2.2)
56-
rack-protection (= 2.2.0)
59+
sinatra (4.1.0)
60+
logger (>= 1.6.0)
61+
mustermann (~> 3.0)
62+
rack (>= 3.0.0, < 4)
63+
rack-protection (= 4.1.0)
64+
rack-session (>= 2.0.0, < 3)
5765
tilt (~> 2.0)
58-
tilt (2.0.10)
66+
tilt (2.4.0)
5967
timeout (0.3.0)
6068

6169
PLATFORMS
6270
arm64-darwin-21
71+
x86_64-linux
6372

6473
DEPENDENCIES
6574
net-smtp (~> 0.3)
@@ -68,7 +77,7 @@ DEPENDENCIES
6877
opentelemetry-sdk (~> 1.1)
6978
pony (~> 1.13)
7079
puma (~> 5.6)
71-
sinatra (~> 2.2)
80+
sinatra (~> 4.1)
7281

7382
BUNDLED WITH
7483
2.3.7

0 commit comments

Comments
 (0)