File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 matrix :
1919 ruby : ["3.3", "3.4"]
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Set up Ruby
2323 uses : ruby/setup-ruby@v1
2424 with :
4545 bundler-cache : true
4646 working-directory : docs
4747 - name : Install pnpm
48- uses : pnpm/action-setup@v5
48+ uses : pnpm/action-setup@v6
4949 with :
5050 version : 10.8.0
5151 run_install : false
Original file line number Diff line number Diff line change 1010 "features" : {
1111 "ghcr.io/devcontainers/features/github-cli:1" : {},
1212 "ghcr.io/rails/devcontainer/features/activestorage" : {},
13- "ghcr.io/devcontainers/features/node:1 " : { "version" : 20 , "pnpmVersion" : " 10.8.0" },
13+ "ghcr.io/devcontainers/features/node:2 " : { "version" : 20 , "pnpmVersion" : " 10.8.0" },
1414 "ghcr.io/devcontainers/features/docker-outside-of-docker:1" : {"moby" :false },
1515 "ghcr.io/rails/devcontainer/features/sqlite3" : {}
1616 },
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ gem "propshaft", "1.3.2"
1010# Use sqlite3 as the database for Active Record
1111gem "sqlite3" , "2.9.4"
1212# Use the Puma web server [https://github.com/puma/puma]
13- gem "puma" , "7.2.0 "
13+ gem "puma" , "8.0.1 "
1414# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
1515gem "jsbundling-rails" , "1.3.1"
1616# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
Original file line number Diff line number Diff line change 157157 method_source (1.1.0 )
158158 mini_mime (1.1.5 )
159159 mini_portile2 (2.8.9 )
160- minitest (6.0.4 )
160+ minitest (6.0.6 )
161161 drb (~> 2.0 )
162162 prism (~> 1.5 )
163163 msgpack (1.8.0 )
196196 date
197197 stringio
198198 public_suffix (6.0.1 )
199- puma (7.2.0 )
199+ puma (8.0.1 )
200200 nio4r (~> 2.0 )
201201 racc (1.8.1 )
202202 rack (3.2.6 )
@@ -339,7 +339,7 @@ DEPENDENCIES
339339 phlex-rails !
340340 propshaft (= 1.3.2 )
341341 pry (= 0.16.0 )
342- puma (= 7.2.0 )
342+ puma (= 8.0.1 )
343343 rails (= 8.1.3 )
344344 rouge (~> 4.7 )
345345 rss (= 0.3.2 )
Original file line number Diff line number Diff line change 77 remote: https://rubygems.org/
88 specs:
99 ast (2.4.3 )
10+ drb (2.2.3 )
1011 json (2.19.5 )
1112 language_server-protocol (3.17.0.5 )
1213 lint_roller (1.1.0 )
13- lru_redux (1.1.0 )
14- minitest (5.25.1 )
14+ minitest (6.0.6 )
15+ drb (~> 2.0 )
16+ prism (~> 1.5 )
1517 parallel (1.28.0 )
1618 parser (3.3.11.1 )
1719 ast (~> 2.4.1 )
4749 rubocop (>= 1.75.0 , < 2.0 )
4850 rubocop-ast (>= 1.47.1 , < 2.0 )
4951 ruby-progressbar (1.13.0 )
52+ sin_lru_redux (2.5.2 )
5053 standard (1.54.0 )
5154 language_server-protocol (~> 3.17.0.2 )
5255 lint_roller (~> 1.0 )
5962 standard-performance (1.9.0 )
6063 lint_roller (~> 1.1 )
6164 rubocop-performance (~> 1.26.0 )
62- tailwind_merge (0.13.2 )
63- lru_redux (~> 1.1 )
65+ tailwind_merge (1.4.0 )
66+ sin_lru_redux (~> 2.5 )
6467 unicode-display_width (3.2.0 )
6568 unicode-emoji (~> 4.1 )
6669 unicode-emoji (4.2.0 )
@@ -71,13 +74,13 @@ PLATFORMS
7174 ruby
7275
7376DEPENDENCIES
74- minitest (~> 5 .0 )
77+ minitest (~> 6 .0 )
7578 phlex (~> 2.1 , >= 2.1.2 )
7679 rake (~> 13.0 )
7780 rouge (~> 4.7.0 )
7881 ruby_ui !
7982 standard (~> 1.0 )
80- tailwind_merge (~> 0.12 )
83+ tailwind_merge (~> 1.4 )
8184
8285BUNDLED WITH
8386 2.5.22
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
1717
1818 s . add_development_dependency "phlex" , "~> 2.1" , ">= 2.1.2"
1919 s . add_development_dependency "rouge" , "~> 4.7.0"
20- s . add_development_dependency "tailwind_merge" , "~> 0.12 "
20+ s . add_development_dependency "tailwind_merge" , "~> 1.4 "
2121 s . add_development_dependency "rake" , "~> 13.0"
2222 s . add_development_dependency "standard" , "~> 1.0"
23- s . add_development_dependency "minitest" , "~> 5 .0"
23+ s . add_development_dependency "minitest" , "~> 6 .0"
2424end
You can’t perform that action at this time.
0 commit comments