Skip to content

Commit

Permalink
Ruby 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kulp committed Nov 11, 2023
1 parent 27ddcd4 commit 0b95d2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.2
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.0'
ruby '3.2.2'

gem 'chartkick'
gem 'delayed' # delayed_job_active_record rails 7 fork: https://github.com/betterment/delayed
Expand Down
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
Expand Down Expand Up @@ -329,6 +331,8 @@ GEM
railties (>= 6.0.0)
stringio (3.0.8)
stripe (9.4.0)
tailwindcss-rails (2.0.32-arm64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.32-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.32-x86_64-linux)
Expand Down Expand Up @@ -359,6 +363,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-22
x86_64-darwin-21
x86_64-linux

Expand Down Expand Up @@ -403,7 +408,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.2.0p0
ruby 3.2.2p53

BUNDLED WITH
2.4.18

0 comments on commit 0b95d2c

Please sign in to comment.