Skip to content

Commit

Permalink
upgrade ruby to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dilumn committed Apr 28, 2022
1 parent 927a76b commit a86678d
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.0.3
ruby-3.1.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.0.3"
ruby "3.1.2"

gem "rails", "~> 7.0.2.4"
gem "sprockets-rails"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.0.3p157
ruby 3.1.2p20

BUNDLED WITH
2.2.32
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Contributions are very welcome

### Local development
prerequisites -
- Ruby 3.0.3
- Ruby 3.1.2
- Postgres

Run `bundle install` to download the dependencies
Expand Down

0 comments on commit a86678d

Please sign in to comment.