Skip to content

Commit e5f55a6

Browse files
committed
Gems update
1 parent d93423a commit e5f55a6

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.0.2

Gemfile.lock

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.1.2)
4+
activesupport (8.1.3)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -17,7 +17,7 @@ GEM
1717
addressable (2.8.9)
1818
public_suffix (>= 2.0.2, < 8.0)
1919
base64 (0.3.0)
20-
bigdecimal (4.0.1)
20+
bigdecimal (4.1.0)
2121
builder (3.3.0)
2222
coffee-script (2.4.1)
2323
coffee-script-source
@@ -36,15 +36,15 @@ GEM
3636
execjs (2.10.0)
3737
fast_blank (1.0.1)
3838
fastimage (2.4.1)
39-
ffi (1.17.3-aarch64-linux-gnu)
40-
ffi (1.17.3-aarch64-linux-musl)
41-
ffi (1.17.3-arm-linux-gnu)
42-
ffi (1.17.3-arm-linux-musl)
43-
ffi (1.17.3-arm64-darwin)
44-
ffi (1.17.3-x86_64-darwin)
45-
ffi (1.17.3-x86_64-linux-gnu)
46-
ffi (1.17.3-x86_64-linux-musl)
47-
haml (7.2.0)
39+
ffi (1.17.4-aarch64-linux-gnu)
40+
ffi (1.17.4-aarch64-linux-musl)
41+
ffi (1.17.4-arm-linux-gnu)
42+
ffi (1.17.4-arm-linux-musl)
43+
ffi (1.17.4-arm64-darwin)
44+
ffi (1.17.4-x86_64-darwin)
45+
ffi (1.17.4-x86_64-linux-gnu)
46+
ffi (1.17.4-x86_64-linux-musl)
47+
haml (6.4.0)
4848
temple (>= 0.8.2)
4949
thor
5050
tilt
@@ -55,7 +55,7 @@ GEM
5555
http_parser.rb (0.8.1)
5656
i18n (1.14.8)
5757
concurrent-ruby (~> 1.0)
58-
json (2.19.1)
58+
json (2.19.3)
5959
kramdown (2.5.2)
6060
rexml (>= 3.4.4)
6161
listen (3.10.0)
@@ -64,30 +64,30 @@ GEM
6464
rb-inotify (~> 0.9, >= 0.9.10)
6565
logger (1.7.0)
6666
memoist (0.16.2)
67-
middleman (4.6.2)
68-
middleman-cli (= 4.6.2)
69-
middleman-core (= 4.6.2)
70-
middleman-cli (4.6.2)
67+
middleman (4.6.3)
68+
middleman-cli (= 4.6.3)
69+
middleman-core (= 4.6.3)
70+
middleman-cli (4.6.3)
7171
thor (>= 0.17.0, < 2)
72-
middleman-core (4.6.2)
72+
middleman-core (4.6.3)
7373
activesupport (>= 6.1)
7474
addressable (~> 2.4)
75-
bundler (~> 2.0)
75+
bundler (> 2.0)
7676
coffee-script (~> 2.2)
7777
contracts
7878
dotenv
7979
erubi
8080
execjs (~> 2.0)
8181
fast_blank
8282
fastimage (~> 2.0)
83-
haml (>= 4.0.5)
83+
haml (>= 4.0.5, < 7)
8484
hamster (~> 3.0)
8585
hashie (>= 3.4, < 6.0)
8686
i18n (>= 1.6, < 1.15)
8787
kramdown (~> 2.4)
8888
listen (~> 3.0)
8989
memoist (~> 0.14)
90-
padrino-helpers (~> 0.15.0)
90+
padrino-helpers (>= 0.15, < 0.17)
9191
parallel
9292
rack (>= 3)
9393
rackup
@@ -110,28 +110,28 @@ GEM
110110
minitest (6.0.2)
111111
drb (~> 2.0)
112112
prism (~> 1.5)
113-
nokogiri (1.19.1-aarch64-linux-gnu)
113+
nokogiri (1.19.2-aarch64-linux-gnu)
114114
racc (~> 1.4)
115-
nokogiri (1.19.1-aarch64-linux-musl)
115+
nokogiri (1.19.2-aarch64-linux-musl)
116116
racc (~> 1.4)
117-
nokogiri (1.19.1-arm-linux-gnu)
117+
nokogiri (1.19.2-arm-linux-gnu)
118118
racc (~> 1.4)
119-
nokogiri (1.19.1-arm-linux-musl)
119+
nokogiri (1.19.2-arm-linux-musl)
120120
racc (~> 1.4)
121-
nokogiri (1.19.1-arm64-darwin)
121+
nokogiri (1.19.2-arm64-darwin)
122122
racc (~> 1.4)
123-
nokogiri (1.19.1-x86_64-darwin)
123+
nokogiri (1.19.2-x86_64-darwin)
124124
racc (~> 1.4)
125-
nokogiri (1.19.1-x86_64-linux-gnu)
125+
nokogiri (1.19.2-x86_64-linux-gnu)
126126
racc (~> 1.4)
127-
nokogiri (1.19.1-x86_64-linux-musl)
127+
nokogiri (1.19.2-x86_64-linux-musl)
128128
racc (~> 1.4)
129129
ostruct (0.6.3)
130-
padrino-helpers (0.15.3)
130+
padrino-helpers (0.16.1)
131131
i18n (>= 0.6.7, < 2)
132-
padrino-support (= 0.15.3)
133-
tilt (>= 1.4.1, < 3)
134-
padrino-support (0.15.3)
132+
padrino-support (= 0.16.1)
133+
tilt (>= 2.1, < 3)
134+
padrino-support (0.16.1)
135135
parallel (1.27.0)
136136
parslet (2.0.0)
137137
prism (1.9.0)
@@ -150,13 +150,13 @@ GEM
150150
ffi (~> 1.9)
151151
securerandom (0.4.1)
152152
servolux (0.13.0)
153-
tailwindcss-ruby (4.2.0)
154-
tailwindcss-ruby (4.2.0-aarch64-linux-gnu)
155-
tailwindcss-ruby (4.2.0-aarch64-linux-musl)
156-
tailwindcss-ruby (4.2.0-arm64-darwin)
157-
tailwindcss-ruby (4.2.0-x86_64-darwin)
158-
tailwindcss-ruby (4.2.0-x86_64-linux-gnu)
159-
tailwindcss-ruby (4.2.0-x86_64-linux-musl)
153+
tailwindcss-ruby (4.2.1)
154+
tailwindcss-ruby (4.2.1-aarch64-linux-gnu)
155+
tailwindcss-ruby (4.2.1-aarch64-linux-musl)
156+
tailwindcss-ruby (4.2.1-arm64-darwin)
157+
tailwindcss-ruby (4.2.1-x86_64-darwin)
158+
tailwindcss-ruby (4.2.1-x86_64-linux-gnu)
159+
tailwindcss-ruby (4.2.1-x86_64-linux-musl)
160160
temple (0.10.4)
161161
thor (1.5.0)
162162
tilt (2.7.0)
@@ -190,4 +190,4 @@ DEPENDENCIES
190190
tailwindcss-ruby
191191

192192
BUNDLED WITH
193-
2.7.2
193+
4.0.9

0 commit comments

Comments
 (0)