Skip to content

Commit d91d5e1

Browse files
committed
Bump version for 2.1.0
1 parent 2ef81f0 commit d91d5e1

8 files changed

+1538
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
importmap-rails (2.0.3)
4+
importmap-rails (2.1.0)
55
actionpack (>= 6.0.0)
66
activesupport (>= 6.0.0)
77
railties (>= 6.0.0)
+233
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
importmap-rails (2.1.0)
5+
actionpack (>= 6.0.0)
6+
activesupport (>= 6.0.0)
7+
railties (>= 6.0.0)
8+
9+
GEM
10+
remote: https://rubygems.org/
11+
specs:
12+
actioncable (7.0.8.7)
13+
actionpack (= 7.0.8.7)
14+
activesupport (= 7.0.8.7)
15+
nio4r (~> 2.0)
16+
websocket-driver (>= 0.6.1)
17+
actionmailbox (7.0.8.7)
18+
actionpack (= 7.0.8.7)
19+
activejob (= 7.0.8.7)
20+
activerecord (= 7.0.8.7)
21+
activestorage (= 7.0.8.7)
22+
activesupport (= 7.0.8.7)
23+
mail (>= 2.7.1)
24+
net-imap
25+
net-pop
26+
net-smtp
27+
actionmailer (7.0.8.7)
28+
actionpack (= 7.0.8.7)
29+
actionview (= 7.0.8.7)
30+
activejob (= 7.0.8.7)
31+
activesupport (= 7.0.8.7)
32+
mail (~> 2.5, >= 2.5.4)
33+
net-imap
34+
net-pop
35+
net-smtp
36+
rails-dom-testing (~> 2.0)
37+
actionpack (7.0.8.7)
38+
actionview (= 7.0.8.7)
39+
activesupport (= 7.0.8.7)
40+
rack (~> 2.0, >= 2.2.4)
41+
rack-test (>= 0.6.3)
42+
rails-dom-testing (~> 2.0)
43+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44+
actiontext (7.0.8.7)
45+
actionpack (= 7.0.8.7)
46+
activerecord (= 7.0.8.7)
47+
activestorage (= 7.0.8.7)
48+
activesupport (= 7.0.8.7)
49+
globalid (>= 0.6.0)
50+
nokogiri (>= 1.8.5)
51+
actionview (7.0.8.7)
52+
activesupport (= 7.0.8.7)
53+
builder (~> 3.1)
54+
erubi (~> 1.4)
55+
rails-dom-testing (~> 2.0)
56+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
57+
activejob (7.0.8.7)
58+
activesupport (= 7.0.8.7)
59+
globalid (>= 0.3.6)
60+
activemodel (7.0.8.7)
61+
activesupport (= 7.0.8.7)
62+
activerecord (7.0.8.7)
63+
activemodel (= 7.0.8.7)
64+
activesupport (= 7.0.8.7)
65+
activestorage (7.0.8.7)
66+
actionpack (= 7.0.8.7)
67+
activejob (= 7.0.8.7)
68+
activerecord (= 7.0.8.7)
69+
activesupport (= 7.0.8.7)
70+
marcel (~> 1.0)
71+
mini_mime (>= 1.1.0)
72+
activesupport (7.0.8.7)
73+
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
i18n (>= 1.6, < 2)
75+
minitest (>= 5.1)
76+
tzinfo (~> 2.0)
77+
addressable (2.8.7)
78+
public_suffix (>= 2.0.2, < 7.0)
79+
appraisal (2.5.0)
80+
bundler
81+
rake
82+
thor (>= 0.14.0)
83+
builder (3.3.0)
84+
byebug (11.1.3)
85+
capybara (3.40.0)
86+
addressable
87+
matrix
88+
mini_mime (>= 0.1.3)
89+
nokogiri (~> 1.11)
90+
rack (>= 1.6.0)
91+
rack-test (>= 0.6.3)
92+
regexp_parser (>= 1.5, < 3.0)
93+
xpath (~> 3.2)
94+
concurrent-ruby (1.3.4)
95+
crass (1.0.6)
96+
date (3.4.1)
97+
erubi (1.13.1)
98+
globalid (1.2.1)
99+
activesupport (>= 6.1)
100+
i18n (1.14.6)
101+
concurrent-ruby (~> 1.0)
102+
loofah (2.23.1)
103+
crass (~> 1.0.2)
104+
nokogiri (>= 1.12.0)
105+
mail (2.8.1)
106+
mini_mime (>= 0.1.1)
107+
net-imap
108+
net-pop
109+
net-smtp
110+
marcel (1.0.4)
111+
matrix (0.4.2)
112+
method_source (1.1.0)
113+
mini_mime (1.1.5)
114+
minitest (5.25.4)
115+
net-imap (0.5.3)
116+
date
117+
net-protocol
118+
net-pop (0.1.2)
119+
net-protocol
120+
net-protocol (0.2.2)
121+
timeout
122+
net-smtp (0.5.0)
123+
net-protocol
124+
nio4r (2.7.4)
125+
nokogiri (1.17.2-aarch64-linux)
126+
racc (~> 1.4)
127+
nokogiri (1.17.2-arm-linux)
128+
racc (~> 1.4)
129+
nokogiri (1.17.2-arm64-darwin)
130+
racc (~> 1.4)
131+
nokogiri (1.17.2-x86-linux)
132+
racc (~> 1.4)
133+
nokogiri (1.17.2-x86_64-darwin)
134+
racc (~> 1.4)
135+
nokogiri (1.17.2-x86_64-linux)
136+
racc (~> 1.4)
137+
propshaft (1.1.0)
138+
actionpack (>= 7.0.0)
139+
activesupport (>= 7.0.0)
140+
rack
141+
railties (>= 7.0.0)
142+
public_suffix (6.0.1)
143+
racc (1.8.1)
144+
rack (2.2.10)
145+
rack-test (2.1.0)
146+
rack (>= 1.3)
147+
rails (7.0.8.7)
148+
actioncable (= 7.0.8.7)
149+
actionmailbox (= 7.0.8.7)
150+
actionmailer (= 7.0.8.7)
151+
actionpack (= 7.0.8.7)
152+
actiontext (= 7.0.8.7)
153+
actionview (= 7.0.8.7)
154+
activejob (= 7.0.8.7)
155+
activemodel (= 7.0.8.7)
156+
activerecord (= 7.0.8.7)
157+
activestorage (= 7.0.8.7)
158+
activesupport (= 7.0.8.7)
159+
bundler (>= 1.15.0)
160+
railties (= 7.0.8.7)
161+
rails-dom-testing (2.2.0)
162+
activesupport (>= 5.0.0)
163+
minitest
164+
nokogiri (>= 1.6)
165+
rails-html-sanitizer (1.6.2)
166+
loofah (~> 2.21)
167+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
168+
railties (7.0.8.7)
169+
actionpack (= 7.0.8.7)
170+
activesupport (= 7.0.8.7)
171+
method_source
172+
rake (>= 12.2)
173+
thor (~> 1.0)
174+
zeitwerk (~> 2.5)
175+
rake (13.2.1)
176+
regexp_parser (2.9.3)
177+
rexml (3.4.0)
178+
rubyzip (2.3.2)
179+
selenium-webdriver (4.10.0)
180+
rexml (~> 3.2, >= 3.2.5)
181+
rubyzip (>= 1.2.2, < 3.0)
182+
websocket (~> 1.0)
183+
sqlite3 (1.7.3-aarch64-linux)
184+
sqlite3 (1.7.3-arm-linux)
185+
sqlite3 (1.7.3-arm64-darwin)
186+
sqlite3 (1.7.3-x86-linux)
187+
sqlite3 (1.7.3-x86_64-darwin)
188+
sqlite3 (1.7.3-x86_64-linux)
189+
stimulus-rails (1.3.4)
190+
railties (>= 6.0.0)
191+
thor (1.3.2)
192+
timeout (0.4.3)
193+
turbo-rails (2.0.11)
194+
actionpack (>= 6.0.0)
195+
railties (>= 6.0.0)
196+
tzinfo (2.0.6)
197+
concurrent-ruby (~> 1.0)
198+
webdrivers (5.3.1)
199+
nokogiri (~> 1.6)
200+
rubyzip (>= 1.3.0)
201+
selenium-webdriver (~> 4.0, < 4.11)
202+
websocket (1.2.11)
203+
websocket-driver (0.7.6)
204+
websocket-extensions (>= 0.1.0)
205+
websocket-extensions (0.1.5)
206+
xpath (3.2.0)
207+
nokogiri (~> 1.8)
208+
zeitwerk (2.7.1)
209+
210+
PLATFORMS
211+
aarch64-linux
212+
arm-linux
213+
arm64-darwin
214+
x86-linux
215+
x86_64-darwin
216+
x86_64-linux
217+
218+
DEPENDENCIES
219+
appraisal
220+
byebug
221+
capybara
222+
importmap-rails!
223+
propshaft
224+
rails (~> 7.0.0)
225+
rexml
226+
selenium-webdriver
227+
sqlite3 (~> 1.4)
228+
stimulus-rails
229+
turbo-rails
230+
webdrivers
231+
232+
BUNDLED WITH
233+
2.5.22

0 commit comments

Comments
 (0)