This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Gemfile.lock
116 lines (112 loc) · 2.56 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
PATH
remote: .
specs:
shopify-sinatra-app (1.2.1)
activesupport
attr_encrypted
omniauth (>= 2.0.4)
omniauth-shopify-oauth2 (>= 2.3.2)
shopify_api (= 9.5.1)
sinatra
sinatra-activerecord
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.4.3)
activesupport (= 7.0.4.3)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activerecord (7.0.4.3)
activemodel (= 7.0.4.3)
activesupport (= 7.0.4.3)
activeresource (6.0.0)
activemodel (>= 6.0)
activemodel-serializers-xml (~> 1.0)
activesupport (>= 6.0)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
attr_encrypted (4.0.0)
encryptor (~> 3.0.0)
builder (3.2.4)
concurrent-ruby (1.2.2)
encryptor (3.0.0)
fakeweb (1.3.0)
faraday (2.5.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.0)
graphql (2.0.21)
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql
hashie (5.0.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jwt (2.5.0)
minitest (5.18.0)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
multi_xml (0.6.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (2.1.1)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
omniauth-shopify-oauth2 (2.3.2)
activesupport
omniauth-oauth2 (~> 1.5)
rack (2.2.6.4)
rack-protection (3.0.6)
rack
rack-test (2.1.0)
rack (>= 1.3)
rake (13.0.6)
ruby2_keywords (0.0.5)
shopify_api (9.5.1)
activeresource (>= 4.1.0)
graphql-client
rack
sinatra (3.0.6)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6)
tilt (~> 2.0)
sinatra-activerecord (2.0.26)
activerecord (>= 4.1)
sinatra (>= 1.0)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sqlite3 (1.6.3-x86_64-linux)
tilt (2.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
version_gem (1.1.1)
PLATFORMS
x86_64-linux
DEPENDENCIES
fakeweb
minitest
mocha
rack-test
rake
shopify-sinatra-app!
sqlite3
BUNDLED WITH
2.4.12