Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 402c795

Browse files
Bump dependencies: rails, lucide-rails, ruby_ui, pnpm/action-setup, docker/login-action (#444)
* Bump ruby_ui from `755b288` to `856136f` Bumps [ruby_ui](https://github.com/ruby-ui/ruby_ui) from `755b288` to `856136f`. - [Release notes](https://github.com/ruby-ui/ruby_ui/releases) - [Commits](ruby-ui/ruby_ui@755b288...856136f) --- updated-dependencies: - dependency-name: ruby_ui dependency-version: 856136f40bc4d5be942e39506e56fb08348afc93 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump lucide-rails from 0.7.3 to 0.7.4 Bumps [lucide-rails](https://github.com/heyvito/lucide-rails) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/heyvito/lucide-rails/releases) - [Changelog](https://github.com/heyvito/lucide-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/heyvito/lucide-rails/commits/v0.7.4) --- updated-dependencies: - dependency-name: lucide-rails dependency-version: 0.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump rails from 8.1.2 to 8.1.3 Bumps [rails](https://github.com/rails/rails) from 8.1.2 to 8.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.1.2...v8.1.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump pnpm/action-setup from 4 to 5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a27d562 commit 402c795

3 files changed

Lines changed: 70 additions & 70 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
bundler-cache: true
2020

2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v4
22+
uses: pnpm/action-setup@v5
2323
with:
2424
version: 10.8.0
2525
run_install: false
@@ -53,7 +53,7 @@ jobs:
5353
bundler-cache: true
5454

5555
- name: Install pnpm
56-
uses: pnpm/action-setup@v4
56+
uses: pnpm/action-setup@v5
5757
with:
5858
run_install: false
5959

@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v6
9292

9393
- name: Login to GitHub Container Registry
94-
uses: docker/login-action@v3
94+
uses: docker/login-action@v4
9595
with:
9696
registry: ghcr.io
9797
username: ${{ github.actor }}

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.4.7"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "8.1.2"
7+
gem "rails", "8.1.3"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft", "1.3.1"
1010
# Use sqlite3 as the database for Active Record
@@ -20,7 +20,7 @@ gem "stimulus-rails", "1.3.4"
2020
# Bundle and process CSS [https://github.com/rails/cssbundling-rails]
2121
gem "cssbundling-rails", "1.4.3"
2222

23-
gem "lucide-rails", "0.7.3"
23+
gem "lucide-rails", "0.7.4"
2424

2525
# gem "jbuilder"
2626

Gemfile.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -14,76 +14,76 @@ GIT
1414

1515
GIT
1616
remote: https://github.com/ruby-ui/ruby_ui.git
17-
revision: 755b2880ef4804bbc78e8a1eaa25123c850a7cef
17+
revision: 856136f40bc4d5be942e39506e56fb08348afc93
1818
branch: main
1919
specs:
2020
ruby_ui (1.1.0)
2121

2222
GEM
2323
remote: https://rubygems.org/
2424
specs:
25-
action_text-trix (2.1.16)
25+
action_text-trix (2.1.18)
2626
railties
27-
actioncable (8.1.2)
28-
actionpack (= 8.1.2)
29-
activesupport (= 8.1.2)
27+
actioncable (8.1.3)
28+
actionpack (= 8.1.3)
29+
activesupport (= 8.1.3)
3030
nio4r (~> 2.0)
3131
websocket-driver (>= 0.6.1)
3232
zeitwerk (~> 2.6)
33-
actionmailbox (8.1.2)
34-
actionpack (= 8.1.2)
35-
activejob (= 8.1.2)
36-
activerecord (= 8.1.2)
37-
activestorage (= 8.1.2)
38-
activesupport (= 8.1.2)
33+
actionmailbox (8.1.3)
34+
actionpack (= 8.1.3)
35+
activejob (= 8.1.3)
36+
activerecord (= 8.1.3)
37+
activestorage (= 8.1.3)
38+
activesupport (= 8.1.3)
3939
mail (>= 2.8.0)
40-
actionmailer (8.1.2)
41-
actionpack (= 8.1.2)
42-
actionview (= 8.1.2)
43-
activejob (= 8.1.2)
44-
activesupport (= 8.1.2)
40+
actionmailer (8.1.3)
41+
actionpack (= 8.1.3)
42+
actionview (= 8.1.3)
43+
activejob (= 8.1.3)
44+
activesupport (= 8.1.3)
4545
mail (>= 2.8.0)
4646
rails-dom-testing (~> 2.2)
47-
actionpack (8.1.2)
48-
actionview (= 8.1.2)
49-
activesupport (= 8.1.2)
47+
actionpack (8.1.3)
48+
actionview (= 8.1.3)
49+
activesupport (= 8.1.3)
5050
nokogiri (>= 1.8.5)
5151
rack (>= 2.2.4)
5252
rack-session (>= 1.0.1)
5353
rack-test (>= 0.6.3)
5454
rails-dom-testing (~> 2.2)
5555
rails-html-sanitizer (~> 1.6)
5656
useragent (~> 0.16)
57-
actiontext (8.1.2)
57+
actiontext (8.1.3)
5858
action_text-trix (~> 2.1.15)
59-
actionpack (= 8.1.2)
60-
activerecord (= 8.1.2)
61-
activestorage (= 8.1.2)
62-
activesupport (= 8.1.2)
59+
actionpack (= 8.1.3)
60+
activerecord (= 8.1.3)
61+
activestorage (= 8.1.3)
62+
activesupport (= 8.1.3)
6363
globalid (>= 0.6.0)
6464
nokogiri (>= 1.8.5)
65-
actionview (8.1.2)
66-
activesupport (= 8.1.2)
65+
actionview (8.1.3)
66+
activesupport (= 8.1.3)
6767
builder (~> 3.1)
6868
erubi (~> 1.11)
6969
rails-dom-testing (~> 2.2)
7070
rails-html-sanitizer (~> 1.6)
71-
activejob (8.1.2)
72-
activesupport (= 8.1.2)
71+
activejob (8.1.3)
72+
activesupport (= 8.1.3)
7373
globalid (>= 0.3.6)
74-
activemodel (8.1.2)
75-
activesupport (= 8.1.2)
76-
activerecord (8.1.2)
77-
activemodel (= 8.1.2)
78-
activesupport (= 8.1.2)
74+
activemodel (8.1.3)
75+
activesupport (= 8.1.3)
76+
activerecord (8.1.3)
77+
activemodel (= 8.1.3)
78+
activesupport (= 8.1.3)
7979
timeout (>= 0.4.0)
80-
activestorage (8.1.2)
81-
actionpack (= 8.1.2)
82-
activejob (= 8.1.2)
83-
activerecord (= 8.1.2)
84-
activesupport (= 8.1.2)
80+
activestorage (8.1.3)
81+
actionpack (= 8.1.3)
82+
activejob (= 8.1.3)
83+
activerecord (= 8.1.3)
84+
activesupport (= 8.1.3)
8585
marcel (~> 1.0)
86-
activesupport (8.1.2)
86+
activesupport (8.1.3)
8787
base64
8888
bigdecimal
8989
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -100,7 +100,7 @@ GEM
100100
public_suffix (>= 2.0.2, < 7.0)
101101
ast (2.4.3)
102102
base64 (0.3.0)
103-
bigdecimal (4.0.1)
103+
bigdecimal (4.1.0)
104104
bindex (0.8.1)
105105
bootsnap (1.23.0)
106106
msgpack (~> 1.2)
@@ -139,14 +139,14 @@ GEM
139139
reline (>= 0.4.2)
140140
jsbundling-rails (1.3.1)
141141
railties (>= 6.0.0)
142-
json (2.18.1)
142+
json (2.19.3)
143143
language_server-protocol (3.17.0.5)
144144
lint_roller (1.1.0)
145145
logger (1.7.0)
146-
loofah (2.25.0)
146+
loofah (2.25.1)
147147
crass (~> 1.0.2)
148148
nokogiri (>= 1.12.0)
149-
lucide-rails (0.7.3)
149+
lucide-rails (0.7.4)
150150
railties (>= 4.1.0)
151151
mail (2.9.0)
152152
logger
@@ -163,7 +163,7 @@ GEM
163163
drb (~> 2.0)
164164
prism (~> 1.5)
165165
msgpack (1.8.0)
166-
net-imap (0.6.2)
166+
net-imap (0.6.3)
167167
date
168168
net-protocol
169169
net-pop (0.1.2)
@@ -173,10 +173,10 @@ GEM
173173
net-smtp (0.5.1)
174174
net-protocol
175175
nio4r (2.7.5)
176-
nokogiri (1.19.1)
176+
nokogiri (1.19.2)
177177
mini_portile2 (~> 2.8.2)
178178
racc (~> 1.4)
179-
nokogiri (1.19.1-x86_64-linux-gnu)
179+
nokogiri (1.19.2-x86_64-linux-gnu)
180180
racc (~> 1.4)
181181
parallel (1.27.0)
182182
parser (3.3.10.1)
@@ -209,30 +209,30 @@ GEM
209209
rack (>= 1.3)
210210
rackup (2.3.1)
211211
rack (>= 3)
212-
rails (8.1.2)
213-
actioncable (= 8.1.2)
214-
actionmailbox (= 8.1.2)
215-
actionmailer (= 8.1.2)
216-
actionpack (= 8.1.2)
217-
actiontext (= 8.1.2)
218-
actionview (= 8.1.2)
219-
activejob (= 8.1.2)
220-
activemodel (= 8.1.2)
221-
activerecord (= 8.1.2)
222-
activestorage (= 8.1.2)
223-
activesupport (= 8.1.2)
212+
rails (8.1.3)
213+
actioncable (= 8.1.3)
214+
actionmailbox (= 8.1.3)
215+
actionmailer (= 8.1.3)
216+
actionpack (= 8.1.3)
217+
actiontext (= 8.1.3)
218+
actionview (= 8.1.3)
219+
activejob (= 8.1.3)
220+
activemodel (= 8.1.3)
221+
activerecord (= 8.1.3)
222+
activestorage (= 8.1.3)
223+
activesupport (= 8.1.3)
224224
bundler (>= 1.15.0)
225-
railties (= 8.1.2)
225+
railties (= 8.1.3)
226226
rails-dom-testing (2.3.0)
227227
activesupport (>= 5.0.0)
228228
minitest
229229
nokogiri (>= 1.6)
230230
rails-html-sanitizer (1.7.0)
231231
loofah (~> 2.25)
232232
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)
233-
railties (8.1.2)
234-
actionpack (= 8.1.2)
235-
activesupport (= 8.1.2)
233+
railties (8.1.3)
234+
actionpack (= 8.1.3)
235+
activesupport (= 8.1.3)
236236
irb (~> 1.13)
237237
rackup (>= 1.0.0)
238238
rake (>= 12.2)
@@ -299,7 +299,7 @@ GEM
299299
tailwind_merge (1.4.0)
300300
sin_lru_redux (~> 2.5)
301301
thor (1.5.0)
302-
timeout (0.6.0)
302+
timeout (0.6.1)
303303
tsort (0.2.0)
304304
turbo-rails (2.0.23)
305305
actionpack (>= 7.1.0)
@@ -334,13 +334,13 @@ DEPENDENCIES
334334
cssbundling-rails (= 1.4.3)
335335
debug
336336
jsbundling-rails (= 1.3.1)
337-
lucide-rails (= 0.7.3)
337+
lucide-rails (= 0.7.4)
338338
phlex!
339339
phlex-rails!
340340
propshaft (= 1.3.1)
341341
pry (= 0.16.0)
342342
puma (= 7.2.0)
343-
rails (= 8.1.2)
343+
rails (= 8.1.3)
344344
rouge (~> 4.7)
345345
ruby_ui!
346346
selenium-webdriver

0 commit comments

Comments
 (0)