Skip to content

Commit

Permalink
Update ruby version to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emollett committed Jul 19, 2024
1 parent 8c10883 commit 92b9d45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ruby "3.3.2"
ruby "3.3.4"

source "https://rubygems.org"

Expand Down
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ GEM
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -186,7 +185,6 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
strscan (3.1.0)
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -239,7 +237,7 @@ DEPENDENCIES
zeitwerk (~> 2.6.15)

RUBY VERSION
ruby 3.3.2p78
ruby 3.3.4p94

BUNDLED WITH
2.3.22
1 change: 1 addition & 0 deletions assets/sass/application.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$govuk-global-styles: true;
$govuk-assets-path: '';
$govuk-new-typography-scale: true;

@import "./node_modules/govuk-frontend/dist/govuk/all";
@import "./assets/components/ac-certs";
Expand Down

0 comments on commit 92b9d45

Please sign in to comment.