forked from richardvanhook/omniauth-salesforce-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
70 lines (68 loc) · 1.35 KB
/
Gemfile.lock
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.8)
daemons (1.1.4)
eventmachine (0.12.10)
faraday (0.8.0)
multipart-post (~> 1.1)
foreman (0.46.0)
thor (>= 0.13.6)
haml (3.1.3)
hashie (1.2.0)
heroku (2.25.0)
launchy (>= 0.3.2)
netrc (~> 0.7.1)
rest-client (~> 1.6.1)
rubyzip
httpauth (0.1)
launchy (2.1.0)
addressable (~> 2.2.6)
mime-types (1.18)
multi_json (1.3.5)
multipart-post (1.1.5)
netrc (0.7.1)
oauth2 (0.6.1)
faraday (~> 0.7)
httpauth (~> 0.1)
multi_json (~> 1.3)
omniauth (1.0.1)
hashie (~> 1.2)
rack
omniauth-oauth2 (1.0.2)
oauth2 (~> 0.6.0)
omniauth (~> 1.0)
omniauth-salesforce (1.0.3)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.0)
rack (1.3.5)
rack-protection (1.1.4)
rack
rack-ssl (1.3.2)
rack
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.8)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
tilt (~> 1.3, >= 1.3.3)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.15.2)
tilt (1.3.3)
wirble (0.1.3)
PLATFORMS
ruby
DEPENDENCIES
foreman
haml
heroku
omniauth
omniauth-salesforce
rack-ssl
sinatra
thin
wirble