Skip to content

Commit

Permalink
Bump ruby from 3.1.x to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenspider committed Mar 14, 2024
1 parent 3d9f02e commit 2a3074a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
rubygems: latest
bundler: latest
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

ruby "~> 3.1.0"
ruby "~> 3.3.0"

gem "rails", "~> 7.0.0"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ DEPENDENCIES
unicorn (~> 6.0)

RUBY VERSION
ruby 3.1.4p223
ruby 3.3.0p0

BUNDLED WITH
2.5.6

0 comments on commit 2a3074a

Please sign in to comment.