change ruby version in gemfile

This commit is contained in:
joseph 2023-12-12 08:52:27 +00:00
parent 67aaee9a72
commit 5f97a8d20c
1 changed files with 13 additions and 13 deletions

View File

@ -1,14 +1,14 @@
# Gemfile
source "https://rubygems.org"
#ruby '3.2.2'
ruby '2.6.10'
gem 'sinatra'
gem 'webrick'
gem 'jwt'
gem 'sqlite3'
gem 'bcrypt'
# Gemfile
source "https://rubygems.org"
ruby '3.2.2'
#ruby '2.6.10'
gem 'sinatra'
gem 'webrick'
gem 'jwt'
gem 'sqlite3'
gem 'bcrypt'
# bundle install