Skip to content

Commit

Permalink
⬆️ update ruby (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
karinevieira authored Jan 2, 2024
1 parent fabd7c7 commit eee46b5
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 @@
ruby-3.1.2
ruby-3.2.2
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.1.2
ruby 3.2.2
nodejs 16.14.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.2"
ruby "3.2.2"

# Authorization framework for Ruby/Rails applications [https://github.com/palkan/action_policy]
gem "action_policy", "0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ DEPENDENCIES
web-console (= 4.2.0)

RUBY VERSION
ruby 3.1.2p20
ruby 3.2.2p53

BUNDLED WITH
2.3.12

0 comments on commit eee46b5

Please sign in to comment.