We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0564450 commit 9664dacCopy full SHA for 9664dac
Gemfile.lock
@@ -2,21 +2,21 @@ GEM
2
remote: https://rubygems.org/
3
specs:
4
daemons (1.1.9)
5
- eventmachine (1.0.3)
6
- rack (1.5.2)
+ eventmachine (1.0.4)
+ rack (1.6.0)
7
rack-protection (1.5.3)
8
rack
9
- rake (10.3.2)
+ rake (10.4.2)
10
shotgun (0.9)
11
rack (>= 1.0)
12
sinatra (1.4.5)
13
rack (~> 1.4)
14
rack-protection (~> 1.4)
15
tilt (~> 1.3, >= 1.3.4)
16
- thin (1.6.2)
17
- daemons (>= 1.0.9)
18
- eventmachine (>= 1.0.0)
19
- rack (>= 1.0.0)
+ thin (1.6.3)
+ daemons (~> 1.0, >= 1.0.9)
+ eventmachine (~> 1.0)
+ rack (~> 1.0)
20
tilt (1.4.1)
21
22
PLATFORMS
0 commit comments