File tree 2 files changed +18
-18
lines changed
2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ruby '>=3.2'
2
2
source 'https://rubygems.org'
3
3
4
4
gem 'middleman' , '4.5.1'
5
- gem 'middleman-syntax' , '~> 3.4 .0'
5
+ gem 'middleman-syntax' , '~> 3.5 .0'
6
6
gem 'middleman-autoprefixer' , '~> 3.0.0'
7
7
gem 'middleman-sprockets' , '~> 4.1.1'
8
8
gem 'rouge' , '~> 3.30.0'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (7.0.8 )
4
+ activesupport (7.0.8.7 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (>= 1.6 , < 2 )
7
7
minitest (>= 5.1 )
8
8
tzinfo (~> 2.0 )
9
- addressable (2.8.6 )
10
- public_suffix (>= 2.0.2 , < 6 .0 )
9
+ addressable (2.8.7 )
10
+ public_suffix (>= 2.0.2 , < 7 .0 )
11
11
autoprefixer-rails (10.4.13.0 )
12
12
execjs (~> 2 )
13
- backports (3.24 .1 )
13
+ backports (3.25 .1 )
14
14
base64 (0.2.0 )
15
15
coffee-script (2.4.1 )
16
16
coffee-script-source
17
17
execjs
18
18
coffee-script-source (1.12.2 )
19
- concurrent-ruby (1.3.4 )
19
+ concurrent-ruby (1.3.5 )
20
20
contracts (0.16.1 )
21
- dotenv (2.8.1 )
21
+ dotenv (3.1.8 )
22
22
erubis (2.7.0 )
23
- execjs (2.9.1 )
23
+ execjs (2.10.0 )
24
24
fast_blank (1.0.1 )
25
- fastimage (2.3 .0 )
26
- ffi (1.16.3 )
25
+ fastimage (2.4 .0 )
26
+ ffi (1.17.2-x86_64-linux-gnu )
27
27
haml (5.2.2 )
28
28
temple (>= 0.8.0 )
29
29
tilt
34
34
concurrent-ruby (~> 1.0 )
35
35
kramdown (2.4.0 )
36
36
rexml
37
- listen (3.8 .0 )
37
+ listen (3.9 .0 )
38
38
rb-fsevent (~> 0.10 , >= 0.10.3 )
39
39
rb-inotify (~> 0.9 , >= 0.9.10 )
40
40
memoist (0.16.2 )
77
77
middleman-sprockets (4.1.1 )
78
78
middleman-core (~> 4.0 )
79
79
sprockets (>= 3.0 )
80
- middleman-syntax (3.4 .0 )
80
+ middleman-syntax (3.5 .0 )
81
81
middleman-core (>= 3.2 )
82
82
rouge (~> 3.2 )
83
- minitest (5.21.2 )
83
+ minitest (5.25.5 )
84
84
nokogiri (1.18.8-x86_64-linux-gnu )
85
85
racc (~> 1.4 )
86
86
padrino-helpers (0.15.3 )
87
87
i18n (>= 0.6.7 , < 2 )
88
88
padrino-support (= 0.15.3 )
89
89
tilt (>= 1.4.1 , < 3 )
90
90
padrino-support (0.15.3 )
91
- parallel (1.24 .0 )
91
+ parallel (1.27 .0 )
92
92
parslet (2.0.0 )
93
- public_suffix (5 .0.4 )
93
+ public_suffix (6 .0.1 )
94
94
racc (1.8.1 )
95
95
rack (2.2.13 )
96
96
rb-fsevent (0.11.2 )
97
- rb-inotify (0.10 .1 )
97
+ rb-inotify (0.11 .1 )
98
98
ffi (~> 1.0 )
99
99
redcarpet (3.6.1 )
100
100
rexml (3.3.9 )
120
120
concurrent-ruby (~> 1.0 )
121
121
uglifier (3.2.0 )
122
122
execjs (>= 0.3.0 , < 3 )
123
- webrick (1.8.2 )
123
+ webrick (1.9.1 )
124
124
125
125
PLATFORMS
126
126
x86_64-linux
@@ -130,7 +130,7 @@ DEPENDENCIES
130
130
middleman (= 4.5.1 )
131
131
middleman-autoprefixer (~> 3.0.0 )
132
132
middleman-sprockets (~> 4.1.1 )
133
- middleman-syntax (~> 3.4 .0 )
133
+ middleman-syntax (~> 3.5 .0 )
134
134
nokogiri (~> 1.18.8 )
135
135
redcarpet (~> 3.6.1 )
136
136
rouge (~> 3.30.0 )
You can’t perform that action at this time.
0 commit comments