Skip to content

Commit

Permalink
downgrade ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Oct 7, 2024
1 parent af88813 commit 14306a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.0
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.2'
# ruby '3.2.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.1.3'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,5 @@ DEPENDENCIES
webmock
wkhtmltopdf-binary

RUBY VERSION
ruby 3.2.2p0

BUNDLED WITH
2.4.13

0 comments on commit 14306a7

Please sign in to comment.