Skip to content

Commit bbdd79f

Browse files
authored
Merge pull request #613 from alphagov/update-ruby-version-and-dependencies
Update Ruby to 3.4.9 and govuk_tech_docs gem to 6.1.0
2 parents 81d5cf5 + 4c5cea4 commit bbdd79f

8 files changed

Lines changed: 172 additions & 106 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
bundler-cache: true
24-
ruby-version: '3.1'
24+
ruby-version: '3.4.9'
2525

2626
- name: Install dependencies
2727
run: npm install

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.3
1+
3.4.9

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "tzinfo-data", platforms: %i[mswin mingw jruby]
1212
gem "logger"
1313

1414
# Include the tech docs gem
15-
gem "govuk_tech_docs"
15+
gem "govuk_tech_docs", "~> 6.1.0"
1616

1717
# Development
1818
gem "json"

0 commit comments

Comments
 (0)