Skip to content

Commit

Permalink
Downgrade Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
entantoencuanto committed Oct 6, 2023
1 parent f28df6e commit 529a8ae
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.2.2
3.1.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim', branch: 'develop'

source "https://rubygems.org"

ruby '3.2.2'
ruby '3.1.1'


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

RUBY VERSION
ruby 3.2.2p53
ruby 3.1.1p18

BUNDLED WITH
2.4.10

0 comments on commit 529a8ae

Please sign in to comment.