Skip to content

Commit eee21f8

Browse files
committed
Lock all appraisals and top level gemfile
1 parent 308a086 commit eee21f8

19 files changed

+3975
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
*.gem
2-
Gemfile.lock
32
*.log
43
test/*/tmp
54
test/*/public/packs
6-
gemfiles/*.lock
75
*.swp
86
/vendor/react
97
**/node_modules

Gemfile.lock

Lines changed: 243 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,243 @@
1+
PATH
2+
remote: .
3+
specs:
4+
react-rails (2.3.0)
5+
babel-transpiler (>= 0.7.0)
6+
connection_pool
7+
execjs
8+
railties (>= 3.2)
9+
tilt
10+
11+
GEM
12+
remote: http://rubygems.org/
13+
specs:
14+
actioncable (6.0.0)
15+
actionpack (= 6.0.0)
16+
nio4r (~> 2.0)
17+
websocket-driver (>= 0.6.1)
18+
actionmailbox (6.0.0)
19+
actionpack (= 6.0.0)
20+
activejob (= 6.0.0)
21+
activerecord (= 6.0.0)
22+
activestorage (= 6.0.0)
23+
activesupport (= 6.0.0)
24+
mail (>= 2.7.1)
25+
actionmailer (6.0.0)
26+
actionpack (= 6.0.0)
27+
actionview (= 6.0.0)
28+
activejob (= 6.0.0)
29+
mail (~> 2.5, >= 2.5.4)
30+
rails-dom-testing (~> 2.0)
31+
actionpack (6.0.0)
32+
actionview (= 6.0.0)
33+
activesupport (= 6.0.0)
34+
rack (~> 2.0)
35+
rack-test (>= 0.6.3)
36+
rails-dom-testing (~> 2.0)
37+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38+
actiontext (6.0.0)
39+
actionpack (= 6.0.0)
40+
activerecord (= 6.0.0)
41+
activestorage (= 6.0.0)
42+
activesupport (= 6.0.0)
43+
nokogiri (>= 1.8.5)
44+
actionview (6.0.0)
45+
activesupport (= 6.0.0)
46+
builder (~> 3.1)
47+
erubi (~> 1.4)
48+
rails-dom-testing (~> 2.0)
49+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50+
activejob (6.0.0)
51+
activesupport (= 6.0.0)
52+
globalid (>= 0.3.6)
53+
activemodel (6.0.0)
54+
activesupport (= 6.0.0)
55+
activerecord (6.0.0)
56+
activemodel (= 6.0.0)
57+
activesupport (= 6.0.0)
58+
activestorage (6.0.0)
59+
actionpack (= 6.0.0)
60+
activejob (= 6.0.0)
61+
activerecord (= 6.0.0)
62+
marcel (~> 0.3.1)
63+
activesupport (6.0.0)
64+
concurrent-ruby (~> 1.0, >= 1.0.2)
65+
i18n (>= 0.7, < 2)
66+
minitest (~> 5.1)
67+
tzinfo (~> 1.1)
68+
zeitwerk (~> 2.1, >= 2.1.8)
69+
addressable (2.7.0)
70+
public_suffix (>= 2.0.2, < 5.0)
71+
appraisal (2.2.0)
72+
bundler
73+
rake
74+
thor (>= 0.14.0)
75+
babel-source (5.8.35)
76+
babel-transpiler (0.7.0)
77+
babel-source (>= 4.0, < 6)
78+
execjs (~> 2.0)
79+
builder (3.2.3)
80+
capybara (3.29.0)
81+
addressable
82+
mini_mime (>= 0.1.3)
83+
nokogiri (~> 1.8)
84+
rack (>= 1.6.0)
85+
rack-test (>= 0.6.3)
86+
regexp_parser (~> 1.5)
87+
xpath (~> 3.2)
88+
cliver (0.3.2)
89+
codeclimate-test-reporter (1.0.9)
90+
simplecov (<= 0.13)
91+
coderay (1.1.2)
92+
coffee-rails (5.0.0)
93+
coffee-script (>= 2.2.0)
94+
railties (>= 5.2.0)
95+
coffee-script (2.4.1)
96+
coffee-script-source
97+
execjs
98+
coffee-script-source (1.12.2)
99+
concurrent-ruby (1.1.5)
100+
connection_pool (2.2.2)
101+
crass (1.0.4)
102+
docile (1.1.5)
103+
erubi (1.9.0)
104+
es5-shim-rails (4.0.1)
105+
actionpack (>= 3.1)
106+
railties (>= 3.1)
107+
execjs (2.7.0)
108+
ffi (1.11.1)
109+
formatador (0.2.5)
110+
globalid (0.4.2)
111+
activesupport (>= 4.2.0)
112+
guard (2.15.1)
113+
formatador (>= 0.2.4)
114+
listen (>= 2.7, < 4.0)
115+
lumberjack (>= 1.0.12, < 2.0)
116+
nenv (~> 0.1)
117+
notiffany (~> 0.0)
118+
pry (>= 0.9.12)
119+
shellany (~> 0.0)
120+
thor (>= 0.18.1)
121+
guard-compat (1.2.1)
122+
guard-minitest (2.4.6)
123+
guard-compat (~> 1.2)
124+
minitest (>= 3.0)
125+
i18n (1.6.0)
126+
concurrent-ruby (~> 1.0)
127+
jbuilder (2.9.1)
128+
activesupport (>= 4.2.0)
129+
json (2.2.0)
130+
listen (3.0.8)
131+
rb-fsevent (~> 0.9, >= 0.9.4)
132+
rb-inotify (~> 0.9, >= 0.9.7)
133+
loofah (2.2.3)
134+
crass (~> 1.0.2)
135+
nokogiri (>= 1.5.9)
136+
lumberjack (1.0.13)
137+
mail (2.7.1)
138+
mini_mime (>= 0.1.1)
139+
marcel (0.3.3)
140+
mimemagic (~> 0.3.2)
141+
method_source (0.9.2)
142+
mimemagic (0.3.3)
143+
mini_mime (1.0.2)
144+
mini_portile2 (2.4.0)
145+
minitest (5.12.0)
146+
nenv (0.3.0)
147+
nio4r (2.5.2)
148+
nokogiri (1.10.4)
149+
mini_portile2 (~> 2.4.0)
150+
notiffany (0.1.3)
151+
nenv (~> 0.1)
152+
shellany (~> 0.0)
153+
poltergeist (1.18.1)
154+
capybara (>= 2.1, < 4)
155+
cliver (~> 0.3.1)
156+
websocket-driver (>= 0.2.0)
157+
pry (0.12.2)
158+
coderay (~> 1.1.0)
159+
method_source (~> 0.9.0)
160+
public_suffix (4.0.1)
161+
puma (4.3.1)
162+
nio4r (~> 2.0)
163+
rack (2.0.7)
164+
rack-test (1.1.0)
165+
rack (>= 1.0, < 3)
166+
rails (6.0.0)
167+
actioncable (= 6.0.0)
168+
actionmailbox (= 6.0.0)
169+
actionmailer (= 6.0.0)
170+
actionpack (= 6.0.0)
171+
actiontext (= 6.0.0)
172+
actionview (= 6.0.0)
173+
activejob (= 6.0.0)
174+
activemodel (= 6.0.0)
175+
activerecord (= 6.0.0)
176+
activestorage (= 6.0.0)
177+
activesupport (= 6.0.0)
178+
bundler (>= 1.3.0)
179+
railties (= 6.0.0)
180+
sprockets-rails (>= 2.0.0)
181+
rails-dom-testing (2.0.3)
182+
activesupport (>= 4.2.0)
183+
nokogiri (>= 1.6)
184+
rails-html-sanitizer (1.2.0)
185+
loofah (~> 2.2, >= 2.2.2)
186+
railties (6.0.0)
187+
actionpack (= 6.0.0)
188+
activesupport (= 6.0.0)
189+
method_source
190+
rake (>= 0.8.7)
191+
thor (>= 0.20.3, < 2.0)
192+
rake (12.3.3)
193+
rb-fsevent (0.10.3)
194+
rb-inotify (0.10.0)
195+
ffi (~> 1.0)
196+
regexp_parser (1.6.0)
197+
shellany (0.0.1)
198+
simplecov (0.13.0)
199+
docile (~> 1.1.0)
200+
json (>= 1.8, < 3)
201+
simplecov-html (~> 0.10.0)
202+
simplecov-html (0.10.2)
203+
sprockets (3.7.2)
204+
concurrent-ruby (~> 1.0)
205+
rack (> 1, < 3)
206+
sprockets-rails (3.2.1)
207+
actionpack (>= 4.0)
208+
activesupport (>= 4.0)
209+
sprockets (>= 3.0.0)
210+
test-unit (2.5.5)
211+
thor (0.20.3)
212+
thread_safe (0.3.6)
213+
tilt (2.0.10)
214+
tzinfo (1.2.5)
215+
thread_safe (~> 0.1)
216+
websocket-driver (0.7.1)
217+
websocket-extensions (>= 0.1.0)
218+
websocket-extensions (0.1.4)
219+
xpath (3.2.0)
220+
nokogiri (~> 1.8)
221+
zeitwerk (2.1.10)
222+
223+
PLATFORMS
224+
ruby
225+
226+
DEPENDENCIES
227+
appraisal
228+
bundler (>= 1.2.2)
229+
codeclimate-test-reporter
230+
coffee-rails
231+
es5-shim-rails (>= 2.0.5)
232+
guard
233+
guard-minitest
234+
jbuilder
235+
listen (~> 3.0.0)
236+
poltergeist (>= 0.3.3)
237+
puma
238+
rails (>= 3.2)
239+
react-rails!
240+
test-unit (~> 2.5)
241+
242+
BUNDLED WITH
243+
1.17.3

0 commit comments

Comments
 (0)