Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP #3340

Closed
wants to merge 20 commits into from
Closed

WIP #3340

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e9cb63a
WIP
CodeSonia Sep 20, 2024
436e891
Bump jasmine-core from 5.2.0 to 5.3.0
dependabot[bot] Sep 9, 2024
20b23a7
Bump express from 4.19.2 to 4.20.0
dependabot[bot] Sep 11, 2024
3f7d547
Bump govuk_publishing_components from 43.1.0 to 43.1.1
dependabot[bot] Sep 11, 2024
3b69caa
Upgrade Rails version to 7.2.1
unoduetre Aug 22, 2024
d0f992a
Update config based on rails app:update
unoduetre Aug 22, 2024
508ab8a
Enable new Rails 7.2 configuration
unoduetre Aug 22, 2024
b24c4dc
Upgrade express and its dependecies
unoduetre Sep 13, 2024
bcee850
Fix main-content-container to work with govuk-frontend columns
matthillco Sep 16, 2024
4d32c3f
Fix translation typo in Latin American locale
KludgeKML Sep 18, 2024
c04e61a
Bump slimmer from 18.6.1 to 18.6.2
dependabot[bot] Sep 18, 2024
5a660b2
Collapse columns to full width when printing
matthillco Sep 19, 2024
bf06822
Bump govuk_publishing_components from 43.1.1 to 43.3.0
dependabot[bot] Sep 19, 2024
69a5eec
Bump govuk_app_config from 9.14.0 to 9.14.1
dependabot[bot] Sep 19, 2024
7a9fa58
Take down GOV.UK user research banner for MOD
unoduetre Sep 20, 2024
c1d6bd2
Bump govuk_publishing_components from 43.3.0 to 43.4.1
dependabot[bot] Sep 20, 2024
cd7cd90
Move breadcrumbs out of main
unoduetre Sep 19, 2024
437f595
Bump govuk_publishing_components from 43.4.1 to 43.5.0
dependabot[bot] Sep 24, 2024
9caa17d
Bump govuk_app_config from 9.14.1 to 9.14.2
dependabot[bot] Sep 26, 2024
35b1da2
Handle nested divs in first_item_content
CodeSonia Sep 27, 2024
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

ruby "~> 3.2.0"

gem "rails", "7.1.3.4"
gem "rails", "7.2.1"

gem "bootsnap", require: false
gem "dalli"
Expand Down
Loading
Loading