Skip to content
Open
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
68 changes: 39 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
activesupport (7.0.8.7)
activesupport (7.0.10)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
Expand All @@ -17,16 +24,17 @@ GEM
timers (~> 4.1)
autoprefixer-rails (10.4.21.0)
execjs (~> 2)
backports (3.25.1)
base64 (0.2.0)
bigdecimal (3.1.9)
backports (3.25.2)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
chronic (0.10.2)
chunky_png (1.4.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
commonmarker (0.23.11)
commonmarker (0.23.12)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
Expand All @@ -45,8 +53,9 @@ GEM
fiber-local (~> 1.1)
json
contracts (0.16.1)
csv (3.3.4)
csv (3.3.5)
dotenv (3.1.8)
drb (2.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -64,16 +73,16 @@ GEM
fiber-local (1.1.0)
fiber-storage
fiber-storage (0.1.0)
google-protobuf (4.30.2-arm64-darwin)
google-protobuf (4.33.1-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.30.2-x86_64-darwin)
google-protobuf (4.33.1-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.30.2-x86_64-linux)
google-protobuf (4.33.1-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
govuk_tech_docs (4.4.0)
govuk_tech_docs (5.2.0)
autoprefixer-rails (~> 10.2)
base64
bigdecimal
Expand All @@ -87,14 +96,14 @@ GEM
middleman-livereload
middleman-search-gds
middleman-sprockets (~> 4.0.0)
middleman-syntax (~> 3.4)
middleman-syntax (~> 3.6)
mutex_m
nokogiri
openapi3_parser (~> 0.9.0)
redcarpet (~> 3.6)
sassc-embedded (~> 1.78.0)
terser (~> 1.2.3)
haml (6.3.0)
haml (6.4.0)
temple (>= 0.8.2)
thor
tilt
Expand Down Expand Up @@ -173,17 +182,17 @@ GEM
middleman-sprockets (4.0.0)
middleman-core (~> 4.0)
sprockets (>= 3.0)
middleman-syntax (3.5.0)
middleman-syntax (3.6.1)
middleman-core (>= 3.2)
rouge (~> 3.2)
minitest (5.25.5)
multi_json (1.15.0)
minitest (5.26.2)
multi_json (1.17.0)
mutex_m (0.3.0)
nokogiri (1.18.8-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-darwin)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
openapi3_parser (0.9.2)
commonmarker (~> 0.17)
Expand All @@ -202,36 +211,37 @@ GEM
ttfunk
public_suffix (6.0.2)
racc (1.8.1)
rack (2.2.13)
rack (2.2.21)
rack-livereload (0.3.17)
rack
rainbow (3.1.1)
rake (13.2.1)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.6.1)
rexml (3.4.1)
rexml (3.4.4)
rouge (3.30.0)
ruby-rc4 (0.1.5)
sass (3.4.25)
sass-embedded (1.87.0-arm64-darwin)
google-protobuf (~> 4.30)
sass-embedded (1.87.0-x86_64-darwin)
google-protobuf (~> 4.30)
sass-embedded (1.87.0-x86_64-linux-gnu)
google-protobuf (~> 4.30)
sass-embedded (1.94.2-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.94.2-x86_64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.94.2-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sassc (2.4.0)
ffi (~> 1.9)
sassc-embedded (1.78.0)
sass-embedded (~> 1.78)
securerandom (0.4.1)
servolux (0.13.0)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
logger
rack (>= 2.2.4, < 4)
temple (0.10.3)
terser (1.2.5)
temple (0.10.4)
terser (1.2.6)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
tilt (2.0.11)
Expand Down
Loading