Skip to content

Commit 7280d15

Browse files
update: gems versions
1 parent f9e8504 commit 7280d15

File tree

2 files changed

+108
-93
lines changed

2 files changed

+108
-93
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem "cells-haml"
2323
group :development, :test do
2424
gem 'rspec-rails', '~> 3.8'
2525
gem 'capybara'
26-
gem 'webpacker', '~> 3.5'
26+
gem 'webpacker', '~> 4.0'
2727
gem 'sqlite3', '~> 1.3.13'
2828
gem 'selenium-webdriver'
2929
gem 'poltergeist'

Gemfile.lock

Lines changed: 107 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
matestack-ui-core (0.7.1)
4+
matestack-ui-core (0.7.2.1)
55
cells-haml
66
cells-rails
77
haml
@@ -13,59 +13,72 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
actioncable (5.2.3)
17-
actionpack (= 5.2.3)
16+
actioncable (6.0.0)
17+
actionpack (= 6.0.0)
1818
nio4r (~> 2.0)
1919
websocket-driver (>= 0.6.1)
20-
actionmailer (5.2.3)
21-
actionpack (= 5.2.3)
22-
actionview (= 5.2.3)
23-
activejob (= 5.2.3)
20+
actionmailbox (6.0.0)
21+
actionpack (= 6.0.0)
22+
activejob (= 6.0.0)
23+
activerecord (= 6.0.0)
24+
activestorage (= 6.0.0)
25+
activesupport (= 6.0.0)
26+
mail (>= 2.7.1)
27+
actionmailer (6.0.0)
28+
actionpack (= 6.0.0)
29+
actionview (= 6.0.0)
30+
activejob (= 6.0.0)
2431
mail (~> 2.5, >= 2.5.4)
2532
rails-dom-testing (~> 2.0)
26-
actionpack (5.2.3)
27-
actionview (= 5.2.3)
28-
activesupport (= 5.2.3)
33+
actionpack (6.0.0)
34+
actionview (= 6.0.0)
35+
activesupport (= 6.0.0)
2936
rack (~> 2.0)
3037
rack-test (>= 0.6.3)
3138
rails-dom-testing (~> 2.0)
32-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
33-
actionview (5.2.3)
34-
activesupport (= 5.2.3)
39+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
40+
actiontext (6.0.0)
41+
actionpack (= 6.0.0)
42+
activerecord (= 6.0.0)
43+
activestorage (= 6.0.0)
44+
activesupport (= 6.0.0)
45+
nokogiri (>= 1.8.5)
46+
actionview (6.0.0)
47+
activesupport (= 6.0.0)
3548
builder (~> 3.1)
3649
erubi (~> 1.4)
3750
rails-dom-testing (~> 2.0)
38-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
39-
activejob (5.2.3)
40-
activesupport (= 5.2.3)
51+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
52+
activejob (6.0.0)
53+
activesupport (= 6.0.0)
4154
globalid (>= 0.3.6)
42-
activemodel (5.2.3)
43-
activesupport (= 5.2.3)
44-
activerecord (5.2.3)
45-
activemodel (= 5.2.3)
46-
activesupport (= 5.2.3)
47-
arel (>= 9.0)
48-
activestorage (5.2.3)
49-
actionpack (= 5.2.3)
50-
activerecord (= 5.2.3)
55+
activemodel (6.0.0)
56+
activesupport (= 6.0.0)
57+
activerecord (6.0.0)
58+
activemodel (= 6.0.0)
59+
activesupport (= 6.0.0)
60+
activestorage (6.0.0)
61+
actionpack (= 6.0.0)
62+
activejob (= 6.0.0)
63+
activerecord (= 6.0.0)
5164
marcel (~> 0.3.1)
52-
activesupport (5.2.3)
65+
activesupport (6.0.0)
5366
concurrent-ruby (~> 1.0, >= 1.0.2)
5467
i18n (>= 0.7, < 2)
5568
minitest (~> 5.1)
5669
tzinfo (~> 1.1)
57-
addressable (2.5.2)
58-
public_suffix (>= 2.0.2, < 4.0)
59-
arel (9.0.0)
70+
zeitwerk (~> 2.1, >= 2.1.8)
71+
addressable (2.7.0)
72+
public_suffix (>= 2.0.2, < 5.0)
6073
builder (3.2.3)
61-
byebug (11.0.0)
62-
capybara (3.10.0)
74+
byebug (11.0.1)
75+
capybara (3.29.0)
6376
addressable
6477
mini_mime (>= 0.1.3)
6578
nokogiri (~> 1.8)
6679
rack (>= 1.6.0)
6780
rack-test (>= 0.6.3)
68-
regexp_parser (~> 1.2)
81+
regexp_parser (~> 1.5)
6982
xpath (~> 3.2)
7083
cells (4.1.7)
7184
declarative-builder (< 0.2.0)
@@ -78,40 +91,38 @@ GEM
7891
cells-rails (0.0.9)
7992
actionpack (>= 3.0)
8093
cells (>= 4.1.6, < 5.0.0)
81-
childprocess (0.9.0)
82-
ffi (~> 1.0, >= 1.0.11)
94+
childprocess (3.0.0)
8395
cliver (0.3.2)
8496
concurrent-ruby (1.1.5)
8597
crack (0.4.3)
8698
safe_yaml (~> 1.0.0)
87-
crass (1.0.4)
99+
crass (1.0.5)
88100
declarative (0.0.10)
89101
declarative-builder (0.1.0)
90102
declarative-option (< 0.2.0)
91103
declarative-option (0.1.0)
92104
diff-lcs (1.3)
93-
disposable (0.4.4)
105+
disposable (0.4.5)
94106
declarative (>= 0.0.9, < 1.0.0)
95107
declarative-builder (< 0.2.0)
96108
declarative-option (< 0.2.0)
97109
representable (>= 2.4.0, <= 3.1.0)
98110
uber (< 0.2.0)
99-
docile (1.3.1)
100-
erubi (1.8.0)
101-
ffi (1.9.25)
111+
docile (1.3.2)
112+
erubi (1.9.0)
102113
generator_spec (0.9.4)
103114
activesupport (>= 3.0.0)
104115
railties (>= 3.0.0)
105116
globalid (0.4.2)
106117
activesupport (>= 4.2.0)
107-
haml (5.0.4)
118+
haml (5.1.2)
108119
temple (>= 0.8.0)
109120
tilt
110-
hashdiff (0.3.8)
111-
i18n (1.6.0)
121+
hashdiff (1.0.0)
122+
i18n (1.7.0)
112123
concurrent-ruby (~> 1.0)
113-
json (2.1.0)
114-
loofah (2.2.3)
124+
json (2.2.0)
125+
loofah (2.3.0)
115126
crass (~> 1.0.2)
116127
nokogiri (>= 1.5.9)
117128
mail (2.7.1)
@@ -120,99 +131,102 @@ GEM
120131
mimemagic (~> 0.3.2)
121132
method_source (0.9.2)
122133
mimemagic (0.3.3)
123-
mini_mime (1.0.1)
134+
mini_mime (1.0.2)
124135
mini_portile2 (2.4.0)
125-
minitest (5.11.3)
126-
nio4r (2.4.0)
136+
minitest (5.12.2)
137+
nio4r (2.5.2)
127138
nokogiri (1.10.4)
128139
mini_portile2 (~> 2.4.0)
129140
pipetree (0.1.1)
130141
poltergeist (1.18.1)
131142
capybara (>= 2.1, < 4)
132143
cliver (~> 0.3.1)
133144
websocket-driver (>= 0.2.0)
134-
public_suffix (3.0.3)
135-
puma (3.12.0)
145+
public_suffix (4.0.1)
146+
puma (4.2.1)
147+
nio4r (~> 2.0)
136148
rack (2.0.7)
137149
rack-proxy (0.6.5)
138150
rack
139151
rack-test (1.1.0)
140152
rack (>= 1.0, < 3)
141-
rails (5.2.3)
142-
actioncable (= 5.2.3)
143-
actionmailer (= 5.2.3)
144-
actionpack (= 5.2.3)
145-
actionview (= 5.2.3)
146-
activejob (= 5.2.3)
147-
activemodel (= 5.2.3)
148-
activerecord (= 5.2.3)
149-
activestorage (= 5.2.3)
150-
activesupport (= 5.2.3)
153+
rails (6.0.0)
154+
actioncable (= 6.0.0)
155+
actionmailbox (= 6.0.0)
156+
actionmailer (= 6.0.0)
157+
actionpack (= 6.0.0)
158+
actiontext (= 6.0.0)
159+
actionview (= 6.0.0)
160+
activejob (= 6.0.0)
161+
activemodel (= 6.0.0)
162+
activerecord (= 6.0.0)
163+
activestorage (= 6.0.0)
164+
activesupport (= 6.0.0)
151165
bundler (>= 1.3.0)
152-
railties (= 5.2.3)
166+
railties (= 6.0.0)
153167
sprockets-rails (>= 2.0.0)
154168
rails-dom-testing (2.0.3)
155169
activesupport (>= 4.2.0)
156170
nokogiri (>= 1.6)
157-
rails-html-sanitizer (1.0.4)
158-
loofah (~> 2.2, >= 2.2.2)
159-
railties (5.2.3)
160-
actionpack (= 5.2.3)
161-
activesupport (= 5.2.3)
171+
rails-html-sanitizer (1.3.0)
172+
loofah (~> 2.3)
173+
railties (6.0.0)
174+
actionpack (= 6.0.0)
175+
activesupport (= 6.0.0)
162176
method_source
163177
rake (>= 0.8.7)
164-
thor (>= 0.19.0, < 2.0)
165-
rake (12.3.3)
178+
thor (>= 0.20.3, < 2.0)
179+
rake (13.0.0)
166180
reform (2.2.4)
167181
disposable (>= 0.4.1)
168182
representable (>= 2.4.0, < 3.1.0)
169183
reform-rails (0.1.7)
170184
activemodel (>= 3.2)
171185
reform (>= 2.2.0)
172-
regexp_parser (1.2.0)
186+
regexp_parser (1.6.0)
173187
representable (3.0.4)
174188
declarative (< 0.1.0)
175189
declarative-option (< 0.2.0)
176190
uber (< 0.2.0)
177-
rspec-core (3.8.0)
178-
rspec-support (~> 3.8.0)
179-
rspec-expectations (3.8.2)
191+
rspec-core (3.9.0)
192+
rspec-support (~> 3.9.0)
193+
rspec-expectations (3.9.0)
180194
diff-lcs (>= 1.2.0, < 2.0)
181-
rspec-support (~> 3.8.0)
182-
rspec-mocks (3.8.0)
195+
rspec-support (~> 3.9.0)
196+
rspec-mocks (3.9.0)
183197
diff-lcs (>= 1.2.0, < 2.0)
184-
rspec-support (~> 3.8.0)
185-
rspec-rails (3.8.1)
198+
rspec-support (~> 3.9.0)
199+
rspec-rails (3.9.0)
186200
actionpack (>= 3.0)
187201
activesupport (>= 3.0)
188202
railties (>= 3.0)
189-
rspec-core (~> 3.8.0)
190-
rspec-expectations (~> 3.8.0)
191-
rspec-mocks (~> 3.8.0)
192-
rspec-support (~> 3.8.0)
193-
rspec-support (3.8.0)
194-
rubyzip (1.2.2)
203+
rspec-core (~> 3.9.0)
204+
rspec-expectations (~> 3.9.0)
205+
rspec-mocks (~> 3.9.0)
206+
rspec-support (~> 3.9.0)
207+
rspec-support (3.9.0)
208+
rubyzip (2.0.0)
195209
safe_yaml (1.0.5)
196-
selenium-webdriver (3.14.1)
197-
childprocess (~> 0.5)
198-
rubyzip (~> 1.2, >= 1.2.2)
199-
simplecov (0.16.1)
210+
selenium-webdriver (3.142.6)
211+
childprocess (>= 0.5, < 4.0)
212+
rubyzip (>= 1.2.2)
213+
simplecov (0.17.1)
200214
docile (~> 1.1)
201215
json (>= 1.8, < 3)
202216
simplecov-html (~> 0.10.0)
203217
simplecov-html (0.10.2)
204-
sprockets (3.7.2)
218+
sprockets (4.0.0)
205219
concurrent-ruby (~> 1.0)
206220
rack (> 1, < 3)
207221
sprockets-rails (3.2.1)
208222
actionpack (>= 4.0)
209223
activesupport (>= 4.0)
210224
sprockets (>= 3.0.0)
211225
sqlite3 (1.3.13)
212-
temple (0.8.0)
226+
temple (0.8.2)
213227
thor (0.20.3)
214228
thread_safe (0.3.6)
215-
tilt (2.0.8)
229+
tilt (2.0.10)
216230
trailblazer (2.0.7)
217231
declarative
218232
reform (>= 2.2.0, < 3.0.0)
@@ -231,11 +245,11 @@ GEM
231245
tzinfo (1.2.5)
232246
thread_safe (~> 0.1)
233247
uber (0.1.0)
234-
webmock (3.5.1)
248+
webmock (3.7.6)
235249
addressable (>= 2.3.6)
236250
crack (>= 0.3.2)
237-
hashdiff
238-
webpacker (3.5.5)
251+
hashdiff (>= 0.4.0, < 2.0.0)
252+
webpacker (4.0.7)
239253
activesupport (>= 4.2)
240254
rack-proxy (>= 0.6.1)
241255
railties (>= 4.2)
@@ -244,6 +258,7 @@ GEM
244258
websocket-extensions (0.1.4)
245259
xpath (3.2.0)
246260
nokogiri (~> 1.8)
261+
zeitwerk (2.2.0)
247262

248263
PLATFORMS
249264
ruby
@@ -265,7 +280,7 @@ DEPENDENCIES
265280
trailblazer-cells
266281
trailblazer-rails
267282
webmock
268-
webpacker (~> 3.5)
283+
webpacker (~> 4.0)
269284

270285
BUNDLED WITH
271286
1.17.3

0 commit comments

Comments
 (0)