This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathGemfile.lock
147 lines (145 loc) · 3.26 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
GEM
remote: https://rubygems.org/
specs:
active_fulfillment (2.1.1)
active_utils (>= 1.0.1)
activesupport (>= 3.2.9)
builder (>= 2.0.0)
active_utils (2.0.2)
activesupport (>= 2.3.11)
i18n
activemodel (4.0.3)
activesupport (= 4.0.3)
builder (~> 3.1.0)
activerecord (4.0.3)
activemodel (= 4.0.3)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.3)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activeresource (4.0.0)
activemodel (~> 4.0)
activesupport (~> 4.0)
rails-observers (~> 0.1.1)
activesupport (4.0.3)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
arel (4.0.2)
attr_encrypted (1.3.2)
encryptor (>= 1.3.0)
builder (3.1.4)
byebug (2.7.0)
columnize (~> 0.3)
debugger-linecache (~> 1.2)
coderay (1.1.0)
columnize (0.3.6)
debugger-linecache (1.2.0)
dotenv (0.10.0)
encryptor (1.3.0)
fakeweb (1.3.0)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
hashie (3.4.1)
i18n (0.7.0)
jwt (1.5.0)
metaclass (0.0.4)
method_source (0.8.2)
minitest (4.7.5)
mocha (1.0.0)
metaclass (~> 0.0.1)
multi_json (1.11.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
oauth2 (0.9.4)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth-oauth2 (1.1.2)
faraday (>= 0.8, < 0.10)
multi_json (~> 1.3)
oauth2 (~> 0.9.3)
omniauth (~> 1.2)
omniauth-shopify-oauth2 (1.1.8)
omniauth-oauth2 (~> 1.1.1)
pg (0.17.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.1)
rack-flash3 (1.0.5)
rack
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails-observers (0.1.2)
activemodel (~> 4.0)
rake (10.1.1)
redis (3.1.0)
redis-namespace (1.5.0)
redis (~> 3.0, >= 3.0.4)
resque (1.22.0)
multi_json (~> 1.0)
redis-namespace (~> 1.0)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
shopify-sinatra-app (0.1.0)
activesupport
attr_encrypted
omniauth-shopify-oauth2
rack-flash3
resque (~> 1.22.0)
shopify_api
sinatra
sinatra-activerecord
sinatra-redis
sinatra-twitter-bootstrap
shopify_api (4.0.2)
activeresource
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-activerecord (2.0.2)
activerecord (>= 3.2)
sinatra (~> 1.0)
sinatra-redis (0.3.0)
redis
sinatra (>= 0.9.4)
sinatra-twitter-bootstrap (2.3.3)
slop (3.6.0)
sqlite3 (1.3.9)
thor (0.19.1)
thread_safe (0.3.5)
tilt (1.4.1)
tzinfo (0.3.44)
vegas (0.1.11)
rack (>= 1.0.0)
PLATFORMS
ruby
DEPENDENCIES
active_fulfillment
byebug
fakeweb
foreman
mocha
omniauth-shopify-oauth2 (~> 1.1.8)
pg
pry
rack-test
rake
shopify-sinatra-app (~> 0.1.0)
shopify_api (~> 4.0.2)
sqlite3