Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Ruby 3.0.0 #338

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.0.0
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ DEPENDENCIES
webpacker

RUBY VERSION
ruby 2.7.2p137
ruby 3.0.0p0

BUNDLED WITH
2.1.4
2.2.3
2 changes: 1 addition & 1 deletion config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default: &default

# Additional paths webpack should lookup modules
# ['app/assets', 'engine/foo/app/assets']
resolved_paths: ['node_modules/govuk-frontend/govuk']
additional_paths: ['node_modules/govuk-frontend/govuk']

# Reload manifest.json on all requests so we reload latest compiled packs
cache_manifest: false
Expand Down