Skip to content

Commit

Permalink
Merge pull request #47 from JuzerShakir/upgrade-ruby
Browse files Browse the repository at this point in the history
update to latest ruby version `3.3.6`
  • Loading branch information
JuzerShakir authored Dec 10, 2024
2 parents ccfe679 + 29f55d8 commit 8098708
Show file tree
Hide file tree
Showing 3 changed files with 3 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.3.0
3.3.6
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.3.0"
ruby "~> 3.3.6"

gem "rails", "~> 7.1.3"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.6p108

BUNDLED WITH
2.5.6

0 comments on commit 8098708

Please sign in to comment.