Skip to content

Commit

Permalink
Merge pull request #10 from communitiesuk/bau/fix-workflow-ruby-version
Browse files Browse the repository at this point in the history
BAU: Fix workflow ruby version
  • Loading branch information
MarcUsher authored Jan 31, 2025
2 parents 26624cb + d179bb4 commit ab9bc6a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.
ruby-version: 3.3.5
bundler-cache: true

- name: Install dependencies
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ gem 'govuk_tech_docs'

# Specify ruby version
ruby file: ".ruby-version"

gem 'concurrent-ruby', '1.3.4'
124 changes: 66 additions & 58 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8.6)
activesupport (7.0.8.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -12,14 +12,14 @@ GEM
execjs (~> 2)
backports (3.25.0)
base64 (0.2.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
chronic (0.10.2)
chunky_png (1.4.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
commonmarker (0.23.10)
commonmarker (0.23.11)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
Expand All @@ -34,45 +34,45 @@ GEM
sass (>= 3.2, < 3.5)
concurrent-ruby (1.3.4)
contracts (0.16.1)
csv (3.3.0)
dotenv (3.1.4)
csv (3.3.2)
dotenv (3.1.7)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
erubis (2.7.0)
eventmachine (1.2.7)
execjs (2.10.0)
fast_blank (1.0.1)
fastimage (2.3.1)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
google-protobuf (4.28.3)
fastimage (2.4.0)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86-linux-gnu)
ffi (1.17.1-x86-linux-musl)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
google-protobuf (4.29.3)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-aarch64-linux)
google-protobuf (4.29.3-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-arm64-darwin)
google-protobuf (4.29.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86-linux)
google-protobuf (4.29.3-x86-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86_64-darwin)
google-protobuf (4.29.3-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.3-x86_64-linux)
google-protobuf (4.29.3-x86_64-linux)
bigdecimal
rake (>= 13)
govuk_tech_docs (4.1.0)
govuk_tech_docs (4.1.1)
autoprefixer-rails (~> 10.2)
base64
bigdecimal
Expand Down Expand Up @@ -102,8 +102,8 @@ GEM
http_parser.rb (0.8.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -161,20 +161,28 @@ GEM
middleman-syntax (3.4.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
minitest (5.25.1)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_json (1.15.0)
mutex_m (0.2.0)
nokogiri (1.16.7-aarch64-linux)
mutex_m (0.3.0)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm-linux)
nokogiri (1.18.2-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.18.2-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.16.7-x86-linux)
nokogiri (1.18.2-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
nokogiri (1.18.2-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
nokogiri (1.18.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.2-x86_64-linux-musl)
racc (~> 1.4)
openapi3_parser (0.9.2)
commonmarker (~> 0.17)
Expand All @@ -195,29 +203,28 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.6.0)
rexml (3.3.9)
rexml (3.4.0)
rouge (3.30.0)
sass (3.4.25)
sass-embedded (1.80.4-aarch64-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-aarch64-linux-musl)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-arm-linux-gnueabihf)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-arm-linux-musleabihf)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-x86-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-x86-linux-musl)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-x86_64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-x86_64-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.80.4-x86_64-linux-musl)
google-protobuf (~> 4.28)
sass-embedded (1.83.4)
google-protobuf (~> 4.29)
rake (>= 13)
sass-embedded (1.83.4-aarch64-linux-gnu)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-aarch64-linux-musl)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-arm-linux-gnueabihf)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-arm-linux-musleabihf)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-arm64-darwin)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-x86_64-darwin)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-x86_64-linux-gnu)
google-protobuf (~> 4.29)
sass-embedded (1.83.4-x86_64-linux-musl)
google-protobuf (~> 4.29)
sassc (2.4.0)
ffi (~> 1.9)
sassc-embedded (1.78.0)
Expand All @@ -227,7 +234,7 @@ GEM
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
temple (0.10.3)
terser (1.2.4)
terser (1.2.5)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
tilt (2.0.11)
Expand All @@ -237,7 +244,7 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.8.2)
webrick (1.9.1)

PLATFORMS
aarch64-linux
Expand All @@ -256,12 +263,13 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
concurrent-ruby (= 1.3.4)
govuk_tech_docs
tzinfo-data
wdm (~> 0.1.0)

RUBY VERSION
ruby 3.2.5p208
ruby 3.3.5p100

BUNDLED WITH
2.4.19
2.5.16

0 comments on commit ab9bc6a

Please sign in to comment.