Skip to content

Commit

Permalink
Downgrade Ruby version :')
Browse files Browse the repository at this point in the history
  • Loading branch information
hulloitskai committed Dec 4, 2023
1 parent f611f12 commit 420e63e
Show file tree
Hide file tree
Showing 3 changed files with 5 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.1
4 changes: 2 additions & 2 deletions 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.1"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.2"
Expand Down Expand Up @@ -224,7 +224,7 @@ group :development do
# Typecheck code
gem "sorbet", require: false
gem "spoom", require: false
gem "tapioca", "~> 0.11.9", require: false
gem "tapioca", "~> 0.11.12", require: false

# Use Rubocop to lint code
gem "rubocop", "~> 1.57", require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ DEPENDENCIES
sprockets-rails (~> 3.4)
store_model (~> 1.6)
strong_password (~> 0.0.10)
tapioca (~> 0.11.9)
tapioca (~> 0.11.12)
telegram-bot-ruby (~> 1.0)
time_difference (~> 0.5.0)
tzinfo-data
Expand All @@ -721,7 +721,7 @@ DEPENDENCIES
wrapped_print

RUBY VERSION
ruby 3.2.2p53
ruby 3.2.1p31

BUNDLED WITH
2.4.22

0 comments on commit 420e63e

Please sign in to comment.