Skip to content

Commit

Permalink
Update to Ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Feb 2, 2024
1 parent 2ecc077 commit 568d07c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby 2.7.3
- name: Set up Ruby 3.2.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.3
ruby-version: 3.2.2
- name: Bundle gems
run: |
gem install bundler -v 2.4.22
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run Rake tasks
run: |
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -2,6 +2,6 @@

source 'https://rubygems.org'

ruby '2.7.3'
ruby '3.2.2'

gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'rake', '~> 13.1'
9 changes: 5 additions & 4 deletions Gemfile.lock
@@ -1,17 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
rake (13.0.6)
rake (13.1.0)

PLATFORMS
ruby
x64-mingw32
x64-mingw-ucrt

DEPENDENCIES
rake (~> 13.0, >= 13.0.6)
rake (~> 13.1)

RUBY VERSION
ruby 2.7.3p183
ruby 3.2.2p53

BUNDLED WITH
2.2.21
2.4.21

0 comments on commit 568d07c

Please sign in to comment.