Skip to content

Commit

Permalink
Upgrade of gems and javascript packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Nov 27, 2023
1 parent c058b3d commit bad3476
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 143 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
ruby-version: 2.7.2

- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '18.x'

- name: Set up ruby gem cache
uses: actions/cache@v1
Expand Down
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby File.read(".ruby-version").chomp

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 6.1.4"
gem "rails", "~> 6.1.7"

# User accounts; required in config/application.rb
gem "devise", ">= 4.7.3"
gem "devise", ">= 4.9.3"
gem "pundit", "~> 2.1"

# Use postgresql as the database for Active Record
Expand Down Expand Up @@ -104,10 +104,10 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem "devise-security", "~> 0.17.0"
gem "devise-security", "~> 0.18.0"

gem "govuk_design_system_formbuilder", "~> 2.8"
gem "govuk_design_system_formbuilder", "~> 4.1"

gem "friendly_id", "~> 5.4"
gem "friendly_id", "~> 5.5"

gem "govuk-components", "~> 2.1"
gem "govuk-components", "~> 4.1"
Loading

0 comments on commit bad3476

Please sign in to comment.