Skip to content

Commit

Permalink
Move to Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyio committed May 12, 2024
1 parent 903d083 commit d701776
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.2'
ruby '3.3.0'

gem 'bootsnap', require: false
gem 'cssbundling-rails'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand All @@ -312,7 +313,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.4.20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div>

<div align="center">
🐘 Postgres · 💎 Ruby 3.2 · 🛤 Rails 7 ·
🐘 Postgres · 💎 Ruby 3.3 · 🛤 Rails 7 ·
⚡️ Hotwire ·
<a href="https://github.com/phlex-ruby/phlex">Phlex</a>
</div>
Expand Down

0 comments on commit d701776

Please sign in to comment.