Update Ruby to 3.2.2 (#5)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #5
This commit is contained in:
Andrew Tomaka 2023-07-10 23:14:19 -04:00
parent e8a42f9c82
commit 36361caf11
3 changed files with 1 additions and 6 deletions

View file

@ -1 +1 @@
3.2.0
3.2.2

View file

@ -1,8 +1,6 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.0"
# unti 7.1 is out
gem "rails", git: "https://github.com/rails/rails"
gem "sprockets-rails"

View file

@ -274,8 +274,5 @@ DEPENDENCIES
web-console
webdrivers
RUBY VERSION
ruby 3.2.0p0
BUNDLED WITH
2.4.7