Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 21 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.8)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
afm (1.0.0)
async (2.35.2)
Expand All @@ -25,7 +25,7 @@ GEM
traces (~> 0.18)
autoprefixer-rails (10.4.21.0)
execjs (~> 2)
backports (3.25.2)
backports (3.25.3)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
Expand Down Expand Up @@ -67,16 +67,16 @@ GEM
eventmachine (1.2.7)
execjs (2.10.0)
fast_blank (1.0.1)
fastimage (2.4.0)
ffi (1.17.3)
fastimage (2.4.1)
ffi (1.17.4)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.1)
google-protobuf (4.33.2)
google-protobuf (4.34.1)
bigdecimal
rake (>= 13)
govuk_tech_docs (5.2.0)
rake (~> 13.3)
govuk_tech_docs (5.2.1)
autoprefixer-rails (~> 10.2)
base64
bigdecimal
Expand Down Expand Up @@ -115,14 +115,15 @@ GEM
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
http_parser.rb (0.8.1)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
io-event (1.14.2)
json (2.19.2)
kramdown (2.5.1)
rexml (>= 3.3.9)
listen (3.9.0)
kramdown (2.5.2)
rexml (>= 3.4.4)
listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
Expand Down Expand Up @@ -182,10 +183,12 @@ GEM
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.9)
minitest (5.26.2)
multi_json (1.18.0)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
multi_json (1.19.1)
mutex_m (0.3.0)
nokogiri (1.19.1)
nokogiri (1.19.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
openapi3_parser (0.9.2)
Expand All @@ -203,7 +206,8 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (7.0.2)
prism (1.9.0)
public_suffix (7.0.5)
racc (1.8.1)
rack (2.2.22)
rack-livereload (0.3.17)
Expand All @@ -218,7 +222,7 @@ GEM
rouge (3.30.0)
ruby-rc4 (0.1.5)
sass (3.4.25)
sass-embedded (1.94.2)
sass-embedded (1.98.0)
google-protobuf (~> 4.31)
rake (>= 13)
sassc (2.4.0)
Expand All @@ -232,7 +236,7 @@ GEM
logger
rack (>= 2.2.4, < 4)
temple (0.10.4)
terser (1.2.6)
terser (1.2.7)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
tilt (2.0.11)
Expand Down
Loading