Skip to content

Commit

Permalink
upgrade to ruby 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Apr 23, 2024
1 parent 518b96e commit d9b4680
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
ruby-version: 3.3.1
bundler-cache: true
- run: bin/test
rubocop:
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.1
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.3.0
ruby 3.3.1
nodejs 21.7.2
yarn 1.22.19
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gemspec

ruby "3.3.0"
ruby "3.3.1"

gem "rspec"
gem "ruby-prof"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ DEPENDENCIES
template-ruby!

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55

BUNDLED WITH
2.5.9

0 comments on commit d9b4680

Please sign in to comment.