Skip to content

Commit

Permalink
upgrade ruby (#729)
Browse files Browse the repository at this point in the history
* upgrade ruby

* bundle
  • Loading branch information
compwron authored Mar 2, 2024
1 parent 081fbf2 commit 5516307
Show file tree
Hide file tree
Showing 4 changed files with 4 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.0.6
3.1.3
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nodejs 12.22.6
ruby 3.0.6
ruby 3.1.3
postgres 12.8
mongodb 4.4.9
redis 6.2.3
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.0.6"
ruby "3.1.3"

# Configuration management. keep on top of Gemfile
gem "dotenv-rails", groups: %i[development test]
Expand Down
2 changes: 1 addition & 1 deletion backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.0.6p216
ruby 3.1.3p185

BUNDLED WITH
2.2.33

0 comments on commit 5516307

Please # to comment.