diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index a5e17475..63ddb406 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 + ruby-version: 3.3 bundler-cache: true # would run bundle install - name: Run the build run: bundle exec rake static_checks:all @@ -36,7 +36,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 + ruby-version: 3.3 bundler-cache: true # would run bundle install - name: Set up user in git config run: | @@ -63,7 +63,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 + ruby-version: 3.3 bundler-cache: true # would run bundle install - name: Upload to S3 run: bundle exec rake upload_to_s3 diff --git a/.github/workflows/pr_workflow.yml b/.github/workflows/pr_workflow.yml index f8c50cc8..95138c57 100644 --- a/.github/workflows/pr_workflow.yml +++ b/.github/workflows/pr_workflow.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 + ruby-version: 3.3 bundler-cache: true # would run bundle install - name: Run the build run: bundle exec rake static_checks:all diff --git a/Gemfile.lock b/Gemfile.lock index c04d58c8..aa0d8708 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,11 +25,12 @@ GEM autoprefixer-rails (10.4.16.0) execjs (~> 2) aws-eventstream (1.3.0) - aws-partitions (1.888.0) - aws-sdk-core (3.191.1) + aws-partitions (1.892.0) + aws-sdk-core (3.191.2) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) + base64 jmespath (~> 1, >= 1.6.1) aws-sdk-kms (1.77.0) aws-sdk-core (~> 3, >= 3.191.0) @@ -41,14 +42,16 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) backports (3.24.1) + base64 (0.2.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.12.2) concurrent-ruby (1.2.3) - console (1.23.3) + console (1.23.4) fiber-annotation fiber-local + json contracts (0.16.1) dotenv (2.8.1) em-websocket (0.5.3) @@ -64,10 +67,9 @@ GEM ffi (1.16.3) fiber-annotation (0.2.0) fiber-local (1.0.0) - google-protobuf (3.25.2) - google-protobuf (3.25.2-arm64-darwin) - google-protobuf (3.25.2-x86_64-darwin) - google-protobuf (3.25.2-x86_64-linux) + google-protobuf (3.25.3) + google-protobuf (3.25.3-arm64-darwin) + google-protobuf (3.25.3-x86_64-linux) haml (5.2.2) temple (>= 0.8.0) tilt @@ -89,6 +91,7 @@ GEM concurrent-ruby (~> 1.0) io-event (1.4.3) jmespath (1.6.2) + json (2.7.1) kramdown (2.4.0) rexml listen (3.8.0) @@ -153,8 +156,6 @@ GEM racc (~> 1.4) nokogiri (1.16.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.2-x86_64-darwin) - racc (~> 1.4) nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) padrino-helpers (0.15.3) @@ -191,8 +192,6 @@ GEM rake (>= 13.0.0) sass-embedded (1.70.0-arm64-darwin) google-protobuf (~> 3.25) - sass-embedded (1.70.0-x86_64-darwin) - google-protobuf (~> 3.25) sass-embedded (1.70.0-x86_64-linux-gnu) google-protobuf (~> 3.25) sass-listen (4.0.0) @@ -224,7 +223,6 @@ GEM PLATFORMS arm64-darwin ruby - x86_64-darwin x86_64-linux DEPENDENCIES @@ -248,7 +246,7 @@ DEPENDENCIES sassc-embedded RUBY VERSION - ruby 3.2.3p157 + ruby 3.3.0p0 BUNDLED WITH - 2.4.13 + 2.5.6