diff --git a/Gemfile b/Gemfile index 90ee5eed2..12d0bbdff 100644 --- a/Gemfile +++ b/Gemfile @@ -55,8 +55,7 @@ gem "redis" # Receive exceptions and configure alerts gem "sentry-rails" gem "sentry-ruby" -# Pagination -gem "pagy" +# Possessives in strings gem "possessive" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index a18b0cb33..d7648b37c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,8 +93,8 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.598.0) - aws-sdk-core (3.131.1) + aws-partitions (1.601.0) + aws-sdk-core (3.131.2) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) aws-sigv4 (~> 1.1) @@ -153,7 +153,7 @@ GEM dotenv (= 2.7.6) railties (>= 3.2) encryptor (3.0.0) - erb_lint (0.1.1) + erb_lint (0.1.3) activesupport better_html (~> 1.0.7) html_tokenizer @@ -173,17 +173,18 @@ GEM ffi (1.15.5) globalid (1.0.0) activesupport (>= 5.0) - govuk-components (3.1.1) + govuk-components (3.1.2) actionpack (>= 6.1) activemodel (>= 6.1) html-attributes-utils (~> 0.9, >= 0.9.2) + pagy (~> 5.10.1) railties (>= 6.1) view_component (~> 2.56.2) - govuk_design_system_formbuilder (3.0.3) + govuk_design_system_formbuilder (3.1.0) actionview (>= 6.1) activemodel (>= 6.1) activesupport (>= 6.1) - html-attributes-utils (~> 0.9.0) + html-attributes-utils (~> 0.9, >= 0.9.2) govuk_markdown (1.0.0) activesupport redcarpet @@ -195,7 +196,7 @@ GEM concurrent-ruby (~> 1.0) iniparse (1.5.0) jmespath (1.6.1) - jsbundling-rails (1.0.2) + jsbundling-rails (1.0.3) railties (>= 6.0.0) json-schema (3.0.0) addressable (>= 2.8) @@ -253,7 +254,7 @@ GEM parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) - pg (1.3.5) + pg (1.4.1) possessive (1.0.1) postcodes_io (0.4.0) excon (~> 0.39) @@ -277,7 +278,7 @@ GEM rack (>= 1.0, < 3) rack-mini-profiler (2.3.4) rack (>= 1.2.0) - rack-test (2.0.0) + rack-test (2.0.1) rack (>= 1.3) rails (7.0.3) actioncable (= 7.0.3) @@ -312,7 +313,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - redis (4.6.0) + redis (4.7.0) regexp_parser (2.5.0) request_store (1.5.1) rack (>= 1.4) @@ -372,7 +373,7 @@ GEM ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) rubyzip (2.3.2) - selenium-webdriver (4.2.1) + selenium-webdriver (4.3.0) childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -400,8 +401,8 @@ GEM timeout (0.3.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - uk_postcode (2.1.7) - unicode-display_width (2.1.0) + uk_postcode (2.1.8) + unicode-display_width (2.2.0) view_component (2.56.2) activesupport (>= 5.0.0, < 8.0) method_source (~> 1.0) @@ -451,7 +452,6 @@ DEPENDENCIES listen (~> 3.3) notifications-ruby-client overcommit (>= 0.37.0) - pagy paper_trail paper_trail-globalid pg (~> 1.1)