Skip to content

Commit

Permalink
Bump ruby to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Feb 16, 2024
1 parent 4e8f93d commit c701959
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 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 @@ -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
Expand 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: |
Expand All @@ -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
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.2
ruby-version: 3.3
bundler-cache: true # would run bundle install
- name: Run the build
run: bundle exec rake static_checks:all
Expand Down
26 changes: 12 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -224,7 +223,6 @@ GEM
PLATFORMS
arm64-darwin
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand All @@ -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

0 comments on commit c701959

Please sign in to comment.