File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3+ gem 'builder' # Required for xml.builder
34gem 'ostruct' # Required for Ruby 4.0+
45
56gem 'middleman' , '~> 4.6'
Original file line number Diff line number Diff line change 1818 public_suffix (>= 2.0.2 , < 8.0 )
1919 base64 (0.3.0 )
2020 bigdecimal (4.0.1 )
21+ builder (3.3.0 )
2122 coffee-script (2.4.1 )
2223 coffee-script-source
2324 execjs
5455 http_parser.rb (0.8.1 )
5556 i18n (1.14.8 )
5657 concurrent-ruby (~> 1.0 )
57- json (2.18.0 )
58+ json (2.18.1 )
5859 kramdown (2.5.2 )
5960 rexml (>= 3.4.4 )
6061 listen (3.10.0 )
@@ -179,6 +180,7 @@ PLATFORMS
179180 x86_64-linux-musl
180181
181182DEPENDENCIES
183+ builder
182184 middleman (~> 4.6 )
183185 middleman-inline_svg
184186 middleman-livereload
Original file line number Diff line number Diff line change 100100 </ p >
101101</ div >
102102
103- < span class ="mt-16 mx-auto block w-52 h-1 rounded-full bg-gradient -to-r from-logo-green to-green-600 "> </ span >
103+ < span class ="mt-16 mx-auto block w-52 h-1 rounded-full bg-linear -to-r from-logo-green to-green-600 "> </ span >
104104
105105< h2 id ="about " class ="mt-8 pt-8 mx-auto md:w-5/6 text-center text-xl md:text-3xl font-bold scroll-mt-24 ">
106106 <%= t ( "about.title" ) %>
You can’t perform that action at this time.
0 commit comments