Skip to content

Commit

Permalink
Merge pull request #1569 from gocd/ruby-33
Browse files Browse the repository at this point in the history
Bump Ruby to 3.3
  • Loading branch information
chadlwilson authored Feb 16, 2024
2 parents f57f252 + 076b9f5 commit ad302d3
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_preview.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.1
ruby-version: 3.3
bundler-cache: false # true would run bundle install
- name: Run the build
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: false # true would run bundle install
- name: Set up user in git config
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: true # would run bundle install
- name: Set up user in git config
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: false # true would run bundle install
- name: Set up user in git config
run: |
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.4
ruby 3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'sassc-embedded'
gem 'middleman-livereload'
gem 'middleman-blog', '4.0.1'
gem 'middleman-gh-pages'
gem 'middleman-s3_sync'
gem 'middleman-s3_sync', github: 'fredjean/middleman-s3_sync', ref: 'master'
gem 'rake'
gem 'middleman-sprockets'
gem 'mime-types'
Expand Down
37 changes: 19 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
GIT
remote: https://github.com/fredjean/middleman-s3_sync.git
revision: 39c3b84aafadbc8496f8fd8a139ef0117cfba62a
ref: master
specs:
middleman-s3_sync (4.0.3)
ansi (~> 1.5.0)
fog-aws (>= 0.1.1)
map
middleman-cli
middleman-core (>= 4.0.0)
mime-types (~> 3.1)
parallel
ruby-progressbar
unf

GIT
remote: https://github.com/sass/sassc-ruby.git
revision: 244d3dcc8b985e25bab066b296f0f202e43e41ad
Expand Down Expand Up @@ -77,7 +93,6 @@ GEM
formatador (1.1.0)
google-protobuf (3.25.3)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-darwin)
google-protobuf (3.25.3-x86_64-linux)
haml (5.2.2)
temple (>= 0.8.0)
Expand Down Expand Up @@ -154,15 +169,6 @@ GEM
em-websocket (~> 0.5.1)
middleman-core (>= 3.3)
rack-livereload (~> 0.3.15)
middleman-s3_sync (4.0.3)
ansi (~> 1.5.0)
fog-aws (>= 0.1.1)
map
middleman-cli
middleman-core (>= 4.0.0)
parallel
ruby-progressbar
unf
middleman-sprockets (4.1.1)
middleman-core (~> 4.0)
sprockets (>= 3.0)
Expand All @@ -179,8 +185,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 @@ -217,8 +221,6 @@ GEM
rake (>= 13.0.0)
sass-embedded (1.71.0-arm64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.71.0-x86_64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.71.0-x86_64-linux-gnu)
google-protobuf (~> 3.25)
sass-listen (4.0.0)
Expand Down Expand Up @@ -253,7 +255,6 @@ GEM
PLATFORMS
arm64-darwin
ruby
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand All @@ -268,7 +269,7 @@ DEPENDENCIES
middleman-blog (= 4.0.1)
middleman-gh-pages
middleman-livereload
middleman-s3_sync
middleman-s3_sync!
middleman-sprockets
mime-types
neat
Expand All @@ -278,7 +279,7 @@ DEPENDENCIES
sassc-embedded

RUBY VERSION
ruby 3.1.4p223
ruby 3.3.0p0

BUNDLED WITH
2.4.13
2.5.6

0 comments on commit ad302d3

Please sign in to comment.