Skip to content

Commit 5595d46

Browse files
committed
Gemfile.lock for Heroku
1 parent b48c00a commit 5595d46

File tree

2 files changed

+185
-1
lines changed

2 files changed

+185
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ build-iPhoneSimulator/
5050

5151
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
5252
.rvmrc
53-
/Gemfile.lock
5453
.idea/

Gemfile.lock

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
GIT
2+
remote: https://github.com/nbulaj/grape_oauth2.git
3+
revision: 76f0fd234a8775c6d8e441a59357087d070f4dc7
4+
specs:
5+
grape_oauth2 (0.1.1)
6+
grape (>= 0.16)
7+
rack-oauth2 (>= 1.3.0)
8+
9+
GEM
10+
remote: https://rubygems.org/
11+
specs:
12+
actionpack (5.0.0)
13+
actionview (= 5.0.0)
14+
activesupport (= 5.0.0)
15+
rack (~> 2.0)
16+
rack-test (~> 0.6.3)
17+
rails-dom-testing (~> 2.0)
18+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
19+
actionview (5.0.0)
20+
activesupport (= 5.0.0)
21+
builder (~> 3.1)
22+
erubis (~> 2.7.0)
23+
rails-dom-testing (~> 2.0)
24+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
25+
activemodel (5.0.0)
26+
activesupport (= 5.0.0)
27+
activerecord (5.0.0)
28+
activemodel (= 5.0.0)
29+
activesupport (= 5.0.0)
30+
arel (~> 7.0)
31+
activesupport (5.0.0)
32+
concurrent-ruby (~> 1.0, >= 1.0.2)
33+
i18n (~> 0.7)
34+
minitest (~> 5.1)
35+
tzinfo (~> 1.1)
36+
arel (7.1.4)
37+
attr_required (1.0.1)
38+
axiom-types (0.1.1)
39+
descendants_tracker (~> 0.0.4)
40+
ice_nine (~> 0.11.0)
41+
thread_safe (~> 0.3, >= 0.3.1)
42+
bcrypt (3.1.11)
43+
builder (3.2.2)
44+
coercible (1.0.0)
45+
descendants_tracker (~> 0.0.1)
46+
concurrent-ruby (1.0.2)
47+
coveralls (0.8.15)
48+
json (>= 1.8, < 3)
49+
simplecov (~> 0.12.0)
50+
term-ansicolor (~> 1.3)
51+
thor (~> 0.19.1)
52+
tins (>= 1.6.0, < 2)
53+
database_cleaner (1.5.3)
54+
descendants_tracker (0.0.4)
55+
thread_safe (~> 0.3, >= 0.3.1)
56+
diff-lcs (1.2.5)
57+
docile (1.1.5)
58+
dotenv (2.1.1)
59+
enumerable-lazy (0.0.2)
60+
equalizer (0.0.11)
61+
erubis (2.7.0)
62+
grape (0.17.0)
63+
activesupport
64+
builder
65+
hashie (>= 2.1.0)
66+
multi_json (>= 1.3.2)
67+
multi_xml (>= 0.5.2)
68+
mustermann19 (~> 0.4.3)
69+
rack (>= 1.3.0)
70+
rack-accept
71+
virtus (>= 1.0.0)
72+
grape-entity (0.5.1)
73+
activesupport
74+
multi_json (>= 1.3.2)
75+
hashie (3.4.6)
76+
hashie-forbidden_attributes (0.1.1)
77+
hashie (>= 3.0)
78+
httpclient (2.8.2.4)
79+
i18n (0.7.0)
80+
ice_nine (0.11.2)
81+
json (2.0.2)
82+
loofah (2.0.3)
83+
nokogiri (>= 1.5.9)
84+
method_source (0.8.2)
85+
mini_portile2 (2.1.0)
86+
minitest (5.9.1)
87+
multi_json (1.12.1)
88+
multi_xml (0.5.5)
89+
mustermann19 (0.4.4)
90+
enumerable-lazy
91+
nokogiri (1.6.8.1)
92+
mini_portile2 (~> 2.1.0)
93+
nokogiri (1.6.8.1-x86-mingw32)
94+
mini_portile2 (~> 2.1.0)
95+
otr-activerecord (1.1.0)
96+
activerecord (>= 4.0, <= 5.0)
97+
hashie-forbidden_attributes (~> 0.1)
98+
pg (0.19.0)
99+
pg (0.19.0-x86-mingw32)
100+
puma (3.6.0)
101+
rack (2.0.1)
102+
rack-accept (0.4.5)
103+
rack (>= 0.4)
104+
rack-cors (0.4.0)
105+
rack-oauth2 (1.4.0)
106+
activesupport (>= 2.3)
107+
attr_required (>= 0.0.5)
108+
httpclient (>= 2.4)
109+
multi_json (>= 1.3.6)
110+
rack (>= 1.1)
111+
rack-test (0.6.3)
112+
rack (>= 1.0)
113+
rails-dom-testing (2.0.1)
114+
activesupport (>= 4.2.0, < 6.0)
115+
nokogiri (~> 1.6.0)
116+
rails-html-sanitizer (1.0.3)
117+
loofah (~> 2.0)
118+
railties (5.0.0)
119+
actionpack (= 5.0.0)
120+
activesupport (= 5.0.0)
121+
method_source
122+
rake (>= 0.8.7)
123+
thor (>= 0.18.1, < 2.0)
124+
rake (11.3.0)
125+
rspec-core (3.5.4)
126+
rspec-support (~> 3.5.0)
127+
rspec-expectations (3.5.0)
128+
diff-lcs (>= 1.2.0, < 2.0)
129+
rspec-support (~> 3.5.0)
130+
rspec-mocks (3.5.0)
131+
diff-lcs (>= 1.2.0, < 2.0)
132+
rspec-support (~> 3.5.0)
133+
rspec-rails (3.5.2)
134+
actionpack (>= 3.0)
135+
activesupport (>= 3.0)
136+
railties (>= 3.0)
137+
rspec-core (~> 3.5.0)
138+
rspec-expectations (~> 3.5.0)
139+
rspec-mocks (~> 3.5.0)
140+
rspec-support (~> 3.5.0)
141+
rspec-support (3.5.0)
142+
simplecov (0.12.0)
143+
docile (~> 1.1.0)
144+
json (>= 1.8, < 3)
145+
simplecov-html (~> 0.10.0)
146+
simplecov-html (0.10.0)
147+
term-ansicolor (1.4.0)
148+
tins (~> 1.0)
149+
thor (0.19.1)
150+
thread_safe (0.3.5)
151+
tins (1.12.0)
152+
tzinfo (1.2.2)
153+
thread_safe (~> 0.1)
154+
tzinfo-data (1.2016.9)
155+
tzinfo (>= 1.0.0)
156+
virtus (1.0.5)
157+
axiom-types (~> 0.1)
158+
coercible (~> 1.0)
159+
descendants_tracker (~> 0.0, >= 0.0.3)
160+
equalizer (~> 0.0, >= 0.0.9)
161+
162+
PLATFORMS
163+
ruby
164+
x86-mingw32
165+
166+
DEPENDENCIES
167+
activerecord (~> 5.0.0)
168+
bcrypt
169+
coveralls
170+
database_cleaner
171+
dotenv
172+
grape (~> 0.17.0)
173+
grape-entity
174+
grape_oauth2!
175+
otr-activerecord (~> 1.1.0)
176+
pg
177+
puma
178+
rack-cors
179+
rack-test
180+
rake
181+
rspec-rails (~> 3.5)
182+
tzinfo-data
183+
184+
BUNDLED WITH
185+
1.13.6

0 commit comments

Comments
 (0)