aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
blob: 3501b8982d6cdbdbc6cceba0530c3bbaab6fb7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
GEM
  remote: https://rubygems.org/
  specs:
    contextio (1.7.2)
      faraday (~> 0.8.0)
      faraday_middleware (~> 0.9.0)
      simple_oauth (~> 0.2.0)
    faraday (0.8.9)
      multipart-post (~> 1.2.0)
    faraday_middleware (0.9.1)
      faraday (>= 0.7.4, < 0.10)
    multipart-post (1.2.0)
    rack (1.5.2)
    rack-protection (1.5.3)
      rack
    simple_oauth (0.2.0)
    sinatra (1.4.5)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    tilt (1.4.1)

PLATFORMS
  ruby

DEPENDENCIES
  contextio (~> 1.7.2)
  sinatra (~> 1.4.5)