Skip to content

Commit

Permalink
Merge pull request #240 from yamashush/ruby-update
Browse files Browse the repository at this point in the history
🔧 Update Ruby to 3.3.2 (including security fixes)
  • Loading branch information
j-o-lantern0422 authored Aug 14, 2024
2 parents f84203b + 8ca4015 commit 52d941c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
ruby-version: '3.3.2'
bundler-cache: true
- name: Install dependencies
run: bundle install
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
ruby-version: '3.3.2'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AllCops:
NewCops: enable
TargetRubyVersion: 3.3.0
TargetRubyVersion: 3.3.2
Exclude:
- bin/*
- spec/rails_helper.rb
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.2
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ DEPENDENCIES
slack-ruby-client

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.2p78

BUNDLED WITH
2.4.21

0 comments on commit 52d941c

Please sign in to comment.