Skip to content

Commit 57c372b

Browse files
committed
Update Sinatra version in examples
1 parent cc786c7 commit 57c372b

File tree

2 files changed

+142
-81
lines changed

2 files changed

+142
-81
lines changed

examples/sinatra/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ gem 'exception_notification', path: '../../'
66

77
gem 'foreman'
88
gem 'mailcatcher'
9-
gem 'sinatra', '~> 1.3.5'
10-
gem 'thin', '~> 1.5.1'
9+
gem 'sinatra'
10+
gem 'thin'

examples/sinatra/Gemfile.lock

Lines changed: 140 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,146 @@
11
PATH
2-
remote: ../../
2+
remote: ../..
33
specs:
4-
exception_notification (3.0.1)
5-
actionmailer (>= 3.0.4)
6-
activesupport (>= 3.0.4)
4+
exception_notification (4.5.0)
5+
actionmailer (>= 5.2, < 9)
6+
activesupport (>= 5.2, < 9)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (3.2.13)
12-
actionpack (= 3.2.13)
13-
mail (~> 2.5.3)
14-
actionpack (3.2.13)
15-
activemodel (= 3.2.13)
16-
activesupport (= 3.2.13)
17-
builder (~> 3.0.0)
18-
erubis (~> 2.7.0)
19-
journey (~> 1.0.4)
20-
rack (~> 1.4.5)
21-
rack-cache (~> 1.2)
22-
rack-test (~> 0.6.1)
23-
sprockets (~> 2.2.1)
24-
activemodel (3.2.13)
25-
activesupport (= 3.2.13)
26-
builder (~> 3.0.0)
27-
activesupport (3.2.13)
28-
i18n (= 0.6.1)
29-
multi_json (~> 1.0)
30-
builder (3.0.4)
31-
daemons (1.1.9)
32-
erubis (2.7.0)
33-
eventmachine (1.0.3)
34-
foreman (0.61.0)
35-
thor (>= 0.13.6)
36-
haml (4.0.2)
37-
tilt
38-
hike (1.2.1)
39-
i18n (0.6.1)
40-
journey (1.0.4)
41-
mail (2.5.3)
42-
i18n (>= 0.4.0)
43-
mime-types (~> 1.16)
44-
treetop (~> 1.4.8)
45-
mailcatcher (0.5.11)
46-
activesupport (~> 3.0)
47-
eventmachine (~> 1.0.0)
48-
haml (>= 3.1, < 5)
11+
actionmailer (8.0.2)
12+
actionpack (= 8.0.2)
13+
actionview (= 8.0.2)
14+
activejob (= 8.0.2)
15+
activesupport (= 8.0.2)
16+
mail (>= 2.8.0)
17+
rails-dom-testing (~> 2.2)
18+
actionpack (8.0.2)
19+
actionview (= 8.0.2)
20+
activesupport (= 8.0.2)
21+
nokogiri (>= 1.8.5)
22+
rack (>= 2.2.4)
23+
rack-session (>= 1.0.1)
24+
rack-test (>= 0.6.3)
25+
rails-dom-testing (~> 2.2)
26+
rails-html-sanitizer (~> 1.6)
27+
useragent (~> 0.16)
28+
actionview (8.0.2)
29+
activesupport (= 8.0.2)
30+
builder (~> 3.1)
31+
erubi (~> 1.11)
32+
rails-dom-testing (~> 2.2)
33+
rails-html-sanitizer (~> 1.6)
34+
activejob (8.0.2)
35+
activesupport (= 8.0.2)
36+
globalid (>= 0.3.6)
37+
activesupport (8.0.2)
38+
base64
39+
benchmark (>= 0.3)
40+
bigdecimal
41+
concurrent-ruby (~> 1.0, >= 1.3.1)
42+
connection_pool (>= 2.2.5)
43+
drb
44+
i18n (>= 1.6, < 2)
45+
logger (>= 1.4.2)
46+
minitest (>= 5.1)
47+
securerandom (>= 0.3)
48+
tzinfo (~> 2.0, >= 2.0.5)
49+
uri (>= 0.13.1)
50+
base64 (0.2.0)
51+
benchmark (0.4.0)
52+
bigdecimal (3.1.9)
53+
builder (3.3.0)
54+
concurrent-ruby (1.3.5)
55+
connection_pool (2.5.0)
56+
crass (1.0.6)
57+
daemons (1.4.1)
58+
date (3.4.1)
59+
drb (2.2.1)
60+
erubi (1.13.1)
61+
eventmachine (1.2.7)
62+
faye-websocket (0.11.3)
63+
eventmachine (>= 0.12.0)
64+
websocket-driver (>= 0.5.1)
65+
foreman (0.88.1)
66+
globalid (1.2.1)
67+
activesupport (>= 6.1)
68+
i18n (1.14.7)
69+
concurrent-ruby (~> 1.0)
70+
logger (1.6.6)
71+
loofah (2.24.0)
72+
crass (~> 1.0.2)
73+
nokogiri (>= 1.12.0)
74+
mail (2.8.1)
75+
mini_mime (>= 0.1.1)
76+
net-imap
77+
net-pop
78+
net-smtp
79+
mailcatcher (0.10.0)
80+
eventmachine (~> 1.0)
81+
faye-websocket (~> 0.11.1)
4982
mail (~> 2.3)
50-
sinatra (~> 1.2)
51-
skinny (~> 0.2.3)
83+
net-smtp
84+
rack (~> 2.2)
85+
sinatra (~> 3.2)
5286
sqlite3 (~> 1.3)
53-
thin (~> 1.5.0)
54-
mime-types (1.22)
55-
multi_json (1.7.2)
56-
polyglot (0.3.3)
57-
rack (1.4.5)
58-
rack-cache (1.2)
59-
rack (>= 0.4)
60-
rack-protection (1.5.0)
61-
rack
62-
rack-test (0.6.2)
63-
rack (>= 1.0)
64-
sinatra (1.3.6)
65-
rack (~> 1.4)
66-
rack-protection (~> 1.3)
67-
tilt (~> 1.3, >= 1.3.3)
68-
skinny (0.2.3)
69-
eventmachine (~> 1.0.0)
70-
thin (~> 1.5.0)
71-
sprockets (2.2.2)
72-
hike (~> 1.2)
73-
multi_json (~> 1.0)
74-
rack (~> 1.0)
75-
tilt (~> 1.1, != 1.3.0)
76-
sqlite3 (1.3.7)
77-
thin (1.5.1)
78-
daemons (>= 1.0.9)
79-
eventmachine (>= 0.12.6)
80-
rack (>= 1.0.0)
81-
thor (0.18.1)
82-
tilt (1.3.6)
83-
treetop (1.4.12)
84-
polyglot
85-
polyglot (>= 0.3.1)
87+
thin (~> 1.8)
88+
mini_mime (1.1.5)
89+
mini_portile2 (2.8.8)
90+
minitest (5.25.5)
91+
mustermann (3.0.3)
92+
ruby2_keywords (~> 0.0.1)
93+
net-imap (0.5.6)
94+
date
95+
net-protocol
96+
net-pop (0.1.2)
97+
net-protocol
98+
net-protocol (0.2.2)
99+
timeout
100+
net-smtp (0.5.1)
101+
net-protocol
102+
nokogiri (1.18.5)
103+
mini_portile2 (~> 2.8.2)
104+
racc (~> 1.4)
105+
racc (1.8.1)
106+
rack (2.2.13)
107+
rack-protection (3.2.0)
108+
base64 (>= 0.1.0)
109+
rack (~> 2.2, >= 2.2.4)
110+
rack-session (1.0.2)
111+
rack (< 3)
112+
rack-test (2.2.0)
113+
rack (>= 1.3)
114+
rails-dom-testing (2.2.0)
115+
activesupport (>= 5.0.0)
116+
minitest
117+
nokogiri (>= 1.6)
118+
rails-html-sanitizer (1.6.2)
119+
loofah (~> 2.21)
120+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
121+
ruby2_keywords (0.0.5)
122+
securerandom (0.4.1)
123+
sinatra (3.2.0)
124+
mustermann (~> 3.0)
125+
rack (~> 2.2, >= 2.2.4)
126+
rack-protection (= 3.2.0)
127+
tilt (~> 2.0)
128+
sqlite3 (1.7.3)
129+
mini_portile2 (~> 2.8.0)
130+
thin (1.8.2)
131+
daemons (~> 1.0, >= 1.0.9)
132+
eventmachine (~> 1.0, >= 1.0.4)
133+
rack (>= 1, < 3)
134+
tilt (2.6.0)
135+
timeout (0.4.3)
136+
tzinfo (2.0.6)
137+
concurrent-ruby (~> 1.0)
138+
uri (1.0.3)
139+
useragent (0.16.11)
140+
websocket-driver (0.7.7)
141+
base64
142+
websocket-extensions (>= 0.1.0)
143+
websocket-extensions (0.1.5)
86144

87145
PLATFORMS
88146
ruby
@@ -91,5 +149,8 @@ DEPENDENCIES
91149
exception_notification!
92150
foreman
93151
mailcatcher
94-
sinatra (~> 1.3.5)
95-
thin (~> 1.5.1)
152+
sinatra
153+
thin
154+
155+
BUNDLED WITH
156+
2.6.6

0 commit comments

Comments
 (0)