Skip to content

Commit 4ca309c

Browse files
authored
Add Gemfile.lock (#503)
* update gempspec to exclude files * remove gemfile lock when running tests
1 parent fdb15dc commit 4ca309c

File tree

4 files changed

+264
-3
lines changed

4 files changed

+264
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
persist-credentials: false
22+
- name: Remove Gemfile.lock
23+
run: rm -f Gemfile.lock
2224
- uses: ruby/setup-ruby@v1
2325
with:
2426
ruby-version: '3.3'

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/.bundle
2-
Gemfile.lock
32
/pkg
43
/spec/mounted_app/test/dummy/log
54
/spec/test_app/log

Gemfile.lock

Lines changed: 257 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,257 @@
1+
PATH
2+
remote: .
3+
specs:
4+
shakapacker (8.0.1)
5+
activesupport (>= 5.2)
6+
package_json
7+
rack-proxy (>= 0.6.1)
8+
railties (>= 5.2)
9+
semantic_range (>= 2.3.0)
10+
11+
GEM
12+
remote: https://rubygems.org/
13+
specs:
14+
actioncable (7.1.3.4)
15+
actionpack (= 7.1.3.4)
16+
activesupport (= 7.1.3.4)
17+
nio4r (~> 2.0)
18+
websocket-driver (>= 0.6.1)
19+
zeitwerk (~> 2.6)
20+
actionmailbox (7.1.3.4)
21+
actionpack (= 7.1.3.4)
22+
activejob (= 7.1.3.4)
23+
activerecord (= 7.1.3.4)
24+
activestorage (= 7.1.3.4)
25+
activesupport (= 7.1.3.4)
26+
mail (>= 2.7.1)
27+
net-imap
28+
net-pop
29+
net-smtp
30+
actionmailer (7.1.3.4)
31+
actionpack (= 7.1.3.4)
32+
actionview (= 7.1.3.4)
33+
activejob (= 7.1.3.4)
34+
activesupport (= 7.1.3.4)
35+
mail (~> 2.5, >= 2.5.4)
36+
net-imap
37+
net-pop
38+
net-smtp
39+
rails-dom-testing (~> 2.2)
40+
actionpack (7.1.3.4)
41+
actionview (= 7.1.3.4)
42+
activesupport (= 7.1.3.4)
43+
nokogiri (>= 1.8.5)
44+
racc
45+
rack (>= 2.2.4)
46+
rack-session (>= 1.0.1)
47+
rack-test (>= 0.6.3)
48+
rails-dom-testing (~> 2.2)
49+
rails-html-sanitizer (~> 1.6)
50+
actiontext (7.1.3.4)
51+
actionpack (= 7.1.3.4)
52+
activerecord (= 7.1.3.4)
53+
activestorage (= 7.1.3.4)
54+
activesupport (= 7.1.3.4)
55+
globalid (>= 0.6.0)
56+
nokogiri (>= 1.8.5)
57+
actionview (7.1.3.4)
58+
activesupport (= 7.1.3.4)
59+
builder (~> 3.1)
60+
erubi (~> 1.11)
61+
rails-dom-testing (~> 2.2)
62+
rails-html-sanitizer (~> 1.6)
63+
activejob (7.1.3.4)
64+
activesupport (= 7.1.3.4)
65+
globalid (>= 0.3.6)
66+
activemodel (7.1.3.4)
67+
activesupport (= 7.1.3.4)
68+
activerecord (7.1.3.4)
69+
activemodel (= 7.1.3.4)
70+
activesupport (= 7.1.3.4)
71+
timeout (>= 0.4.0)
72+
activestorage (7.1.3.4)
73+
actionpack (= 7.1.3.4)
74+
activejob (= 7.1.3.4)
75+
activerecord (= 7.1.3.4)
76+
activesupport (= 7.1.3.4)
77+
marcel (~> 1.0)
78+
activesupport (7.1.3.4)
79+
base64
80+
bigdecimal
81+
concurrent-ruby (~> 1.0, >= 1.0.2)
82+
connection_pool (>= 2.2.5)
83+
drb
84+
i18n (>= 1.6, < 2)
85+
minitest (>= 5.1)
86+
mutex_m
87+
tzinfo (~> 2.0)
88+
ast (2.4.2)
89+
base64 (0.2.0)
90+
bigdecimal (3.1.8)
91+
builder (3.3.0)
92+
byebug (11.1.3)
93+
concurrent-ruby (1.3.3)
94+
connection_pool (2.4.1)
95+
crass (1.0.6)
96+
date (3.3.4)
97+
diff-lcs (1.5.1)
98+
drb (2.2.1)
99+
erubi (1.13.0)
100+
globalid (1.2.1)
101+
activesupport (>= 6.1)
102+
i18n (1.14.5)
103+
concurrent-ruby (~> 1.0)
104+
io-console (0.7.2)
105+
irb (1.14.0)
106+
rdoc (>= 4.0.0)
107+
reline (>= 0.4.2)
108+
json (2.7.2)
109+
language_server-protocol (3.17.0.3)
110+
loofah (2.22.0)
111+
crass (~> 1.0.2)
112+
nokogiri (>= 1.12.0)
113+
mail (2.8.1)
114+
mini_mime (>= 0.1.1)
115+
net-imap
116+
net-pop
117+
net-smtp
118+
marcel (1.0.4)
119+
mini_mime (1.1.5)
120+
mini_portile2 (2.8.7)
121+
minitest (5.24.1)
122+
mutex_m (0.2.0)
123+
net-imap (0.4.14)
124+
date
125+
net-protocol
126+
net-pop (0.1.2)
127+
net-protocol
128+
net-protocol (0.2.2)
129+
timeout
130+
net-smtp (0.5.0)
131+
net-protocol
132+
nio4r (2.7.3)
133+
nokogiri (1.16.6)
134+
mini_portile2 (~> 2.8.2)
135+
racc (~> 1.4)
136+
package_json (0.1.0)
137+
parallel (1.25.1)
138+
parser (3.3.3.0)
139+
ast (~> 2.4.1)
140+
racc
141+
psych (5.1.2)
142+
stringio
143+
racc (1.8.0)
144+
rack (3.1.6)
145+
rack-proxy (0.7.7)
146+
rack
147+
rack-session (2.0.0)
148+
rack (>= 3.0.0)
149+
rack-test (2.1.0)
150+
rack (>= 1.3)
151+
rackup (2.1.0)
152+
rack (>= 3)
153+
webrick (~> 1.8)
154+
rails (7.1.3.4)
155+
actioncable (= 7.1.3.4)
156+
actionmailbox (= 7.1.3.4)
157+
actionmailer (= 7.1.3.4)
158+
actionpack (= 7.1.3.4)
159+
actiontext (= 7.1.3.4)
160+
actionview (= 7.1.3.4)
161+
activejob (= 7.1.3.4)
162+
activemodel (= 7.1.3.4)
163+
activerecord (= 7.1.3.4)
164+
activestorage (= 7.1.3.4)
165+
activesupport (= 7.1.3.4)
166+
bundler (>= 1.15.0)
167+
railties (= 7.1.3.4)
168+
rails-dom-testing (2.2.0)
169+
activesupport (>= 5.0.0)
170+
minitest
171+
nokogiri (>= 1.6)
172+
rails-html-sanitizer (1.6.0)
173+
loofah (~> 2.21)
174+
nokogiri (~> 1.14)
175+
railties (7.1.3.4)
176+
actionpack (= 7.1.3.4)
177+
activesupport (= 7.1.3.4)
178+
irb
179+
rackup (>= 1.0.0)
180+
rake (>= 12.2)
181+
thor (~> 1.0, >= 1.2.2)
182+
zeitwerk (~> 2.6)
183+
rainbow (3.1.1)
184+
rake (13.2.1)
185+
rdoc (6.7.0)
186+
psych (>= 4.0.0)
187+
regexp_parser (2.9.2)
188+
reline (0.5.9)
189+
io-console (~> 0.5)
190+
rexml (3.3.1)
191+
strscan
192+
rspec-core (3.13.0)
193+
rspec-support (~> 3.13.0)
194+
rspec-expectations (3.13.1)
195+
diff-lcs (>= 1.2.0, < 2.0)
196+
rspec-support (~> 3.13.0)
197+
rspec-mocks (3.13.1)
198+
diff-lcs (>= 1.2.0, < 2.0)
199+
rspec-support (~> 3.13.0)
200+
rspec-rails (6.0.4)
201+
actionpack (>= 6.1)
202+
activesupport (>= 6.1)
203+
railties (>= 6.1)
204+
rspec-core (~> 3.12)
205+
rspec-expectations (~> 3.12)
206+
rspec-mocks (~> 3.12)
207+
rspec-support (~> 3.12)
208+
rspec-support (3.13.1)
209+
rubocop (1.64.1)
210+
json (~> 2.3)
211+
language_server-protocol (>= 3.17.0)
212+
parallel (~> 1.10)
213+
parser (>= 3.3.0.2)
214+
rainbow (>= 2.2.2, < 4.0)
215+
regexp_parser (>= 1.8, < 3.0)
216+
rexml (>= 3.2.5, < 4.0)
217+
rubocop-ast (>= 1.31.1, < 2.0)
218+
ruby-progressbar (~> 1.7)
219+
unicode-display_width (>= 2.4.0, < 3.0)
220+
rubocop-ast (1.31.3)
221+
parser (>= 3.3.1.0)
222+
rubocop-performance (1.21.1)
223+
rubocop (>= 1.48.1, < 2.0)
224+
rubocop-ast (>= 1.31.1, < 2.0)
225+
ruby-progressbar (1.13.0)
226+
semantic_range (3.0.0)
227+
stringio (3.1.1)
228+
strscan (3.1.0)
229+
thor (1.3.1)
230+
timeout (0.4.1)
231+
tzinfo (2.0.6)
232+
concurrent-ruby (~> 1.0)
233+
unicode-display_width (2.5.0)
234+
webrick (1.8.1)
235+
websocket-driver (0.7.6)
236+
websocket-extensions (>= 0.1.0)
237+
websocket-extensions (0.1.5)
238+
zeitwerk (2.6.16)
239+
240+
PLATFORMS
241+
ruby
242+
243+
DEPENDENCIES
244+
bundler (>= 1.3.0)
245+
byebug
246+
nokogiri (>= 1.13.6)
247+
rack-proxy (>= 0.7.2)
248+
rails (>= 6.1.6)
249+
rails-html-sanitizer (>= 1.4.3)
250+
rake (>= 11.1)
251+
rspec-rails (~> 6.0.2)
252+
rubocop
253+
rubocop-performance
254+
shakapacker!
255+
256+
BUNDLED WITH
257+
2.5.9

shakapacker.gemspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Gem::Specification.new do |s|
2727
s.add_development_dependency "rubocop"
2828
s.add_development_dependency "rubocop-performance"
2929

30-
s.files = `git ls-files`.split("\n")
31-
s.test_files = `git ls-files -- test/*`.split("\n")
30+
s.files = `git ls-files -z`.split("\x0").reject { |f|
31+
f.match(%r{^(test|spec|features|tmp|node_modules|packages|coverage|Gemfile.lock|rakelib)/})
32+
}
33+
34+
s.test_files = `git ls-files -- test/*`.split("\n")
3235
end

0 commit comments

Comments
 (0)