Skip to content

Commit d93f99d

Browse files
authored
Update dependencies (#912)
1 parent 280f152 commit d93f99d

File tree

5 files changed

+120
-89
lines changed

5 files changed

+120
-89
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ source "https://rubygems.org"
44

55
ruby file: ".ruby-version"
66

7-
gem "rails", "~> 8.0.3"
7+
gem "rails", "~> 8.1.1"
88
gem "sqlite3"
99
gem "puma"
1010

1111
gem "sprockets-rails"
1212
gem "cssbundling-rails"
1313
gem "importmap-rails"
1414

15-
gem "activeadmin", "4.0.0.beta17" # github: "activeadmin/activeadmin", branch: "master"
15+
gem "activeadmin", "4.0.0.beta18" # github: "activeadmin/activeadmin", branch: "master"
1616
gem "devise"
1717

1818
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 72 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,53 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.3)
11-
actionpack (= 8.0.3)
12-
activejob (= 8.0.3)
13-
activerecord (= 8.0.3)
14-
activestorage (= 8.0.3)
15-
activesupport (= 8.0.3)
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.3)
18-
actionpack (= 8.0.3)
19-
actionview (= 8.0.3)
20-
activejob (= 8.0.3)
21-
activesupport (= 8.0.3)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
34-
actiontext (8.0.3)
35-
actionpack (= 8.0.3)
36-
activerecord (= 8.0.3)
37-
activestorage (= 8.0.3)
38-
activesupport (= 8.0.3)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activeadmin (4.0.0.beta17)
50+
activeadmin (4.0.0.beta18)
4851
arbre (~> 2.0)
4952
csv
5053
formtastic (>= 5.0)
@@ -53,29 +56,29 @@ GEM
5356
kaminari (>= 1.2.1)
5457
railties (>= 7.0)
5558
ransack (>= 4.0)
56-
activejob (8.0.3)
57-
activesupport (= 8.0.3)
59+
activejob (8.1.1)
60+
activesupport (= 8.1.1)
5861
globalid (>= 0.3.6)
59-
activemodel (8.0.3)
60-
activesupport (= 8.0.3)
61-
activerecord (8.0.3)
62-
activemodel (= 8.0.3)
63-
activesupport (= 8.0.3)
62+
activemodel (8.1.1)
63+
activesupport (= 8.1.1)
64+
activerecord (8.1.1)
65+
activemodel (= 8.1.1)
66+
activesupport (= 8.1.1)
6467
timeout (>= 0.4.0)
65-
activestorage (8.0.3)
66-
actionpack (= 8.0.3)
67-
activejob (= 8.0.3)
68-
activerecord (= 8.0.3)
69-
activesupport (= 8.0.3)
68+
activestorage (8.1.1)
69+
actionpack (= 8.1.1)
70+
activejob (= 8.1.1)
71+
activerecord (= 8.1.1)
72+
activesupport (= 8.1.1)
7073
marcel (~> 1.0)
71-
activesupport (8.0.3)
74+
activesupport (8.1.1)
7275
base64
73-
benchmark (>= 0.3)
7476
bigdecimal
7577
concurrent-ruby (~> 1.0, >= 1.3.1)
7678
connection_pool (>= 2.2.5)
7779
drb
7880
i18n (>= 1.6, < 2)
81+
json
7982
logger (>= 1.4.2)
8083
minitest (>= 5.1)
8184
securerandom (>= 0.3)
@@ -87,7 +90,6 @@ GEM
8790
activesupport (>= 7.0)
8891
base64 (0.3.0)
8992
bcrypt (3.1.20)
90-
benchmark (0.5.0)
9193
bigdecimal (3.3.1)
9294
builder (3.3.0)
9395
capybara (3.40.0)
@@ -105,7 +107,7 @@ GEM
105107
cssbundling-rails (1.4.3)
106108
railties (>= 6.0.0)
107109
csv (3.3.5)
108-
date (3.4.1)
110+
date (3.5.0)
109111
debug (1.11.0)
110112
irb (~> 1.10)
111113
reline (>= 0.3.8)
@@ -117,7 +119,7 @@ GEM
117119
warden (~> 1.2.3)
118120
docile (1.4.1)
119121
drb (2.2.3)
120-
erb (5.1.1)
122+
erb (5.1.3)
121123
erubi (1.13.1)
122124
formtastic (5.0.0)
123125
actionpack (>= 6.0.0)
@@ -143,6 +145,7 @@ GEM
143145
pp (>= 0.6.0)
144146
rdoc (>= 4.0.0)
145147
reline (>= 0.4.2)
148+
json (2.15.2)
146149
kaminari (1.2.2)
147150
activesupport (>= 4.1.0)
148151
kaminari-actionview (= 1.2.2)
@@ -159,7 +162,8 @@ GEM
159162
loofah (2.24.1)
160163
crass (~> 1.0.2)
161164
nokogiri (>= 1.12.0)
162-
mail (2.8.1)
165+
mail (2.9.0)
166+
logger
163167
mini_mime (>= 0.1.1)
164168
net-imap
165169
net-pop
@@ -178,7 +182,7 @@ GEM
178182
timeout
179183
net-smtp (0.5.1)
180184
net-protocol
181-
nio4r (2.7.4)
185+
nio4r (2.7.5)
182186
nokogiri (1.18.10)
183187
mini_portile2 (~> 2.8.2)
184188
racc (~> 1.4)
@@ -205,42 +209,42 @@ GEM
205209
rack (>= 1.3)
206210
rackup (2.2.1)
207211
rack (>= 3)
208-
rails (8.0.3)
209-
actioncable (= 8.0.3)
210-
actionmailbox (= 8.0.3)
211-
actionmailer (= 8.0.3)
212-
actionpack (= 8.0.3)
213-
actiontext (= 8.0.3)
214-
actionview (= 8.0.3)
215-
activejob (= 8.0.3)
216-
activemodel (= 8.0.3)
217-
activerecord (= 8.0.3)
218-
activestorage (= 8.0.3)
219-
activesupport (= 8.0.3)
212+
rails (8.1.1)
213+
actioncable (= 8.1.1)
214+
actionmailbox (= 8.1.1)
215+
actionmailer (= 8.1.1)
216+
actionpack (= 8.1.1)
217+
actiontext (= 8.1.1)
218+
actionview (= 8.1.1)
219+
activejob (= 8.1.1)
220+
activemodel (= 8.1.1)
221+
activerecord (= 8.1.1)
222+
activestorage (= 8.1.1)
223+
activesupport (= 8.1.1)
220224
bundler (>= 1.15.0)
221-
railties (= 8.0.3)
225+
railties (= 8.1.1)
222226
rails-dom-testing (2.3.0)
223227
activesupport (>= 5.0.0)
224228
minitest
225229
nokogiri (>= 1.6)
226230
rails-html-sanitizer (1.6.2)
227231
loofah (~> 2.21)
228232
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)
229-
railties (8.0.3)
230-
actionpack (= 8.0.3)
231-
activesupport (= 8.0.3)
233+
railties (8.1.1)
234+
actionpack (= 8.1.1)
235+
activesupport (= 8.1.1)
232236
irb (~> 1.13)
233237
rackup (>= 1.0.0)
234238
rake (>= 12.2)
235239
thor (~> 1.0, >= 1.2.2)
236240
tsort (>= 0.2)
237241
zeitwerk (~> 2.6)
238-
rake (13.3.0)
242+
rake (13.3.1)
239243
ransack (4.4.1)
240244
activerecord (>= 7.2)
241245
activesupport (>= 7.2)
242246
i18n
243-
rdoc (6.15.0)
247+
rdoc (6.15.1)
244248
erb
245249
psych (>= 4.0.0)
246250
tsort
@@ -251,9 +255,9 @@ GEM
251255
actionpack (>= 7.0)
252256
railties (>= 7.0)
253257
rexml (3.4.4)
254-
rubyzip (3.2.0)
258+
rubyzip (3.2.1)
255259
securerandom (0.4.1)
256-
selenium-webdriver (4.37.0)
260+
selenium-webdriver (4.38.0)
257261
base64 (~> 0.2)
258262
logger (~> 1.4)
259263
rexml (~> 3.2, >= 3.2.5)
@@ -282,11 +286,11 @@ GEM
282286
sqlite3 (2.7.4-x86_64-linux-gnu)
283287
stringio (3.1.7)
284288
thor (1.4.0)
285-
timeout (0.4.3)
289+
timeout (0.4.4)
286290
tsort (0.2.0)
287291
tzinfo (2.0.6)
288292
concurrent-ruby (~> 1.0)
289-
uri (1.0.4)
293+
uri (1.1.0)
290294
useragent (0.16.11)
291295
warden (1.2.9)
292296
rack (>= 2.0.9)
@@ -306,14 +310,14 @@ PLATFORMS
306310
x86_64-linux
307311

308312
DEPENDENCIES
309-
activeadmin (= 4.0.0.beta17)
313+
activeadmin (= 4.0.0.beta18)
310314
capybara
311315
cssbundling-rails
312316
debug
313317
devise
314318
importmap-rails
315319
puma
316-
rails (~> 8.0.3)
320+
rails (~> 8.1.1)
317321
selenium-webdriver
318322
simplecov
319323
simplecov-cobertura

db/schema.rb

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "app",
33
"private": "true",
44
"dependencies": {
5-
"@activeadmin/activeadmin": "4.0.0-beta17",
5+
"@activeadmin/activeadmin": "4.0.0-beta18",
66
"tailwindcss": "^3.4.18"
77
},
88
"scripts": {

0 commit comments

Comments
 (0)