File tree Expand file tree Collapse file tree 3 files changed +0
-46
lines changed Expand file tree Collapse file tree 3 files changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,3 @@ gem "middleman-blog"
1313gem "middleman-livereload"
1414gem "middleman-minify-html"
1515gem "nokogiri"
16-
17- group :development , optional : true do
18- gem "haml_lint" , require : false
19- end
Original file line number Diff line number Diff line change 1616 uri (>= 0.13.1 )
1717 addressable (2.8.7 )
1818 public_suffix (>= 2.0.2 , < 7.0 )
19- ast (2.4.3 )
2019 base64 (0.3.0 )
2120 benchmark (0.4.1 )
2221 bigdecimal (3.2.2 )
4342 temple (>= 0.8.2 )
4443 thor
4544 tilt
46- haml_lint (0.64.0 )
47- haml (>= 5.0 )
48- parallel (~> 1.10 )
49- rainbow
50- rubocop (>= 1.0 )
51- sysexits (~> 1.1 )
5245 hamster (3.0.0 )
5346 concurrent-ruby (~> 1.0 )
5447 hashie (5.0.0 )
5548 htmlcompressor (0.2.0 )
5649 http_parser.rb (0.8.0 )
5750 i18n (1.14.7 )
5851 concurrent-ruby (~> 1.0 )
59- json (2.12.2 )
6052 kramdown (2.5.1 )
6153 rexml (>= 3.3.9 )
62- language_server-protocol (3.17.0.5 )
63- lint_roller (1.1.0 )
6454 listen (3.9.0 )
6555 rb-fsevent (~> 0.10 , >= 0.10.3 )
6656 rb-inotify (~> 0.9 , >= 0.9.10 )
@@ -119,44 +109,22 @@ GEM
119109 tilt (>= 1.4.1 , < 3 )
120110 padrino-support (0.15.3 )
121111 parallel (1.27.0 )
122- parser (3.3.8.0 )
123- ast (~> 2.4.1 )
124- racc
125112 parslet (2.0.0 )
126- prism (1.4.0 )
127113 public_suffix (6.0.2 )
128114 racc (1.8.1 )
129115 rack (3.1.16 )
130116 rack-livereload (0.3.17 )
131117 rack
132118 rackup (2.2.1 )
133119 rack (>= 3 )
134- rainbow (3.1.1 )
135120 rb-fsevent (0.11.2 )
136121 rb-inotify (0.11.1 )
137122 ffi (~> 1.0 )
138- regexp_parser (2.10.0 )
139123 rexml (3.4.1 )
140- rubocop (1.78.0 )
141- json (~> 2.3 )
142- language_server-protocol (~> 3.17.0.2 )
143- lint_roller (~> 1.1.0 )
144- parallel (~> 1.10 )
145- parser (>= 3.3.0.2 )
146- rainbow (>= 2.2.2 , < 4.0 )
147- regexp_parser (>= 2.9.3 , < 3.0 )
148- rubocop-ast (>= 1.45.1 , < 2.0 )
149- ruby-progressbar (~> 1.7 )
150- unicode-display_width (>= 2.4.0 , < 4.0 )
151- rubocop-ast (1.45.1 )
152- parser (>= 3.3.7.2 )
153- prism (~> 1.4 )
154- ruby-progressbar (1.13.0 )
155124 sassc (2.4.0 )
156125 ffi (~> 1.9 )
157126 securerandom (0.4.1 )
158127 servolux (0.13.0 )
159- sysexits (1.2.0 )
160128 temple (0.10.3 )
161129 thor (1.3.2 )
162130 tilt (2.6.1 )
166134 concurrent-ruby (~> 1.0 )
167135 uglifier (4.2.1 )
168136 execjs (>= 0.3.0 , < 3 )
169- unicode-display_width (3.1.4 )
170- unicode-emoji (~> 4.0 , >= 4.0.4 )
171- unicode-emoji (4.0.4 )
172137 uri (1.0.3 )
173138 webrick (1.9.1 )
174139
@@ -177,7 +142,6 @@ PLATFORMS
177142
178143DEPENDENCIES
179144 builder
180- haml_lint
181145 middleman
182146 middleman-blog
183147 middleman-livereload
Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ cd asi.wroclaw.pl
3636bundle install --jobs=$(nproc)
3737```
3838
39- ### Development setup (for linting)
40-
41- ```
42- bundle config set --local with development
43- ```
44-
4539### Update setup
4640
4741```
You can’t perform that action at this time.
0 commit comments