File tree 2 files changed +20
-11
lines changed
2 files changed +20
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source "https://rubygems.org"
3
3
gem "net-smtp" , "~> 0.3"
4
4
gem "pony" , "~> 1.13"
5
5
gem "puma" , "~> 5.6"
6
- gem "sinatra" , "~> 2.2 "
6
+ gem "sinatra" , "~> 4.1 "
7
7
8
8
gem "opentelemetry-sdk" , "~> 1.1"
9
9
gem "opentelemetry-exporter-otlp" , "~> 0.21"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ base64 (0.2.0 )
4
5
digest (3.1.0 )
5
6
google-protobuf (3.21.1 )
6
7
googleapis-common-protos-types (1.3.1 )
7
8
google-protobuf (~> 3.14 )
9
+ logger (1.6.1 )
8
10
mail (2.7.1 )
9
11
mini_mime (>= 0.1.1 )
10
12
mini_mime (1.1.2 )
11
- mustermann (1.1.1 )
13
+ mustermann (3.0.3 )
12
14
ruby2_keywords (~> 0.0.1 )
13
15
net-protocol (0.1.3 )
14
16
timeout
46
48
mail (>= 2.0 )
47
49
puma (5.6.4 )
48
50
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 )
52
58
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 )
57
65
tilt (~> 2.0 )
58
- tilt (2.0.10 )
66
+ tilt (2.4.0 )
59
67
timeout (0.3.0 )
60
68
61
69
PLATFORMS
62
70
arm64-darwin-21
71
+ x86_64-linux
63
72
64
73
DEPENDENCIES
65
74
net-smtp (~> 0.3 )
@@ -68,7 +77,7 @@ DEPENDENCIES
68
77
opentelemetry-sdk (~> 1.1 )
69
78
pony (~> 1.13 )
70
79
puma (~> 5.6 )
71
- sinatra (~> 2.2 )
80
+ sinatra (~> 4.1 )
72
81
73
82
BUNDLED WITH
74
83
2.3.7
You can’t perform that action at this time.
0 commit comments