Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 29ed360

Browse files
committed
Update to latest compatible gems.
1 parent 0e34811 commit 29ed360

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
daemons (1.1.9)
5-
eventmachine (1.0.3)
6-
mail (2.5.4)
7-
mime-types (~> 1.16)
8-
treetop (~> 1.4.8)
9-
mime-types (1.25.1)
10-
polyglot (0.3.3)
11-
pony (1.8)
12-
mail (>= 2.0)
13-
rack (1.5.2)
14-
rack-protection (1.5.2)
5+
eventmachine (1.0.4)
6+
mail (2.6.3)
7+
mime-types (~> 2.4)
8+
treetop (~> 1.5.3)
9+
mime-types (2.4.3)
10+
polyglot (0.3.5)
11+
pony (1.11)
12+
mail (>= 2.6)
13+
rack (1.6.0)
14+
rack-protection (1.5.3)
1515
rack
1616
shotgun (0.9)
17-
rack (>= 1.0)
18-
sinatra (1.4.4)
19-
rack (~> 1.4)
20-
rack-protection (~> 1.4)
21-
tilt (~> 1.3, >= 1.3.4)
22-
thin (1.6.1)
23-
daemons (>= 1.0.9)
17+
rack (>= 1.6)
18+
sinatra (1.4.5)
19+
rack (~> 1.6)
20+
rack-protection (~> 1.5)
21+
tilt (~> 1.4, >= 1.4.1)
22+
thin (1.6.3)
23+
daemons (>= 1.1.9)
2424
eventmachine (>= 1.0.0)
25-
rack (>= 1.0.0)
25+
rack (>= 1.6.0)
2626
tilt (1.4.1)
27-
treetop (1.4.15)
27+
treetop (1.5.3)
2828
polyglot
29-
polyglot (>= 0.3.1)
29+
polyglot (>= 0.3.5)
3030

3131
PLATFORMS
3232
ruby

0 commit comments

Comments
 (0)