Skip to content

Commit

Permalink
Bump Ruby to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Mar 1, 2025
1 parent fec66e6 commit 0aa63a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true # would run bundle install
- name: Run the build
run: bundle exec rake static_checks:all
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true # would run bundle install
- name: Set up user in git config
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true # would run bundle install
- name: Upload to S3
run: bundle exec rake upload_to_s3
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.4
bundler-cache: true # would run bundle install
- name: Run the build
run: bundle exec rake static_checks:all
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
source 'https://rubygems.org'
ruby '~> 3.3'
ruby '~> 3.4'

gem 'html-proofer'

# Middleman
gem "middleman", "~> 4.5"
gem 'mutex_m'
gem 'sassc', github: 'sass/sassc-ruby', ref: 'refs/pull/233/head'
gem 'sassc-embedded'
gem "middleman-gh-pages", "~> 0.4.1"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
aws-eventstream (1.3.1)
aws-partitions (1.1053.0)
aws-partitions (1.1058.0)
aws-sdk-core (3.219.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
Expand Down Expand Up @@ -166,6 +166,7 @@ GEM
mime-types-data (3.2025.0220)
mini_portile2 (2.8.8)
minitest (5.25.4)
mutex_m (0.3.0)
nokogiri (1.18.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -196,18 +197,18 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.6.0)
redcarpet (3.6.1)
rexml (3.4.1)
rouge (3.30.0)
ruby-rc4 (0.1.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-embedded (1.85.0)
sass-embedded (1.85.1)
google-protobuf (~> 4.29)
rake (>= 13)
sass-embedded (1.85.0-arm64-darwin)
sass-embedded (1.85.1-arm64-darwin)
google-protobuf (~> 4.29)
sass-embedded (1.85.0-x86_64-linux-gnu)
sass-embedded (1.85.1-x86_64-linux-gnu)
google-protobuf (~> 4.29)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -253,6 +254,7 @@ DEPENDENCIES
middleman-sprockets (~> 4.1.1)
middleman-syntax (~> 3.4.0)
mime-types
mutex_m
parallel
rake (~> 13.2.1)
redcarpet (~> 3.6.0)
Expand All @@ -262,7 +264,7 @@ DEPENDENCIES
sassc-embedded

RUBY VERSION
ruby 3.3.2p78
ruby 3.4.2p28

BUNDLED WITH
2.5.11
2.6.5

0 comments on commit 0aa63a4

Please sign in to comment.