Skip to content

Commit 25a5abc

Browse files
author
j-corry
committed
Work in progress commit, integrating Parliament design system:
- Strip out much of custom CSS (exceptions currently being made for claw, applied filters, facets & pagination on search results page) - Adjustments to search result pages: -- Remove title h1 -- Use bootstrap grid rows & cols - Also includes API code changes (won't be relevant to PR as main will already have these)
1 parent d162278 commit 25a5abc

File tree

64 files changed

+27545
-2726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+27545
-2726
lines changed

Gemfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ruby file: '.ruby-version'
66
gem "rails", "8.1.2"
77
gem 'bundler-audit'
88
gem 'cgi'
9+
gem 'fiddle'
910
gem "pg"
1011
gem "propshaft"
1112
gem "library_design", github: "ukparliament/design-assets", glob: 'library_design/*.gemspec', tag: "0.6.4"
@@ -19,12 +20,6 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
1920
gem "bootsnap", require: false
2021
gem "passenger", ">= 6", require: "phusion_passenger/rack_handler"
2122

22-
# Temporarily required until Rails update with Ruby 3.4
23-
gem 'logger'
24-
gem 'benchmark'
25-
gem 'ostruct'
26-
gem 'observer'
27-
2823
group :development, :test do
2924
gem 'rspec-rails'
3025
gem 'factory_bot_rails'

Gemfile.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ GEM
8787
addressable (2.8.7)
8888
public_suffix (>= 2.0.2, < 7.0)
8989
base64 (0.3.0)
90-
benchmark (0.5.0)
9190
bigdecimal (4.0.1)
9291
bindex (0.8.1)
9392
bootsnap (1.18.4)
@@ -122,6 +121,7 @@ GEM
122121
railties (>= 5.0.0)
123122
faker (3.5.1)
124123
i18n (>= 1.8.11, < 2)
124+
fiddle (1.1.8)
125125
font-awesome-rails (4.7.0.9)
126126
railties (>= 3.2, < 9.0)
127127
globalid (1.3.0)
@@ -175,8 +175,6 @@ GEM
175175
racc (~> 1.4)
176176
nokogiri (1.19.0-x86_64-linux-gnu)
177177
racc (~> 1.4)
178-
observer (0.1.2)
179-
ostruct (0.6.3)
180178
passenger (6.0.27)
181179
rack (>= 1.6.13)
182180
rackup (>= 1.0.1)
@@ -315,21 +313,18 @@ PLATFORMS
315313
x86_64-linux
316314

317315
DEPENDENCIES
318-
benchmark
319316
bootsnap
320317
bundler-audit
321318
capybara
322319
cgi
323320
factory_bot_rails
324321
faker
322+
fiddle
325323
font-awesome-rails
326324
haml
327325
importmap-rails
328326
jbuilder
329327
library_design!
330-
logger
331-
observer
332-
ostruct
333328
passenger (>= 6)
334329
pg
335330
propshaft

0 commit comments

Comments
 (0)