change ruby version in gemfile
This commit is contained in:
parent
67aaee9a72
commit
5f97a8d20c
26
auth/Gemfile
26
auth/Gemfile
|
@ -1,14 +1,14 @@
|
||||||
# Gemfile
|
# Gemfile
|
||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
#ruby '3.2.2'
|
ruby '3.2.2'
|
||||||
ruby '2.6.10'
|
#ruby '2.6.10'
|
||||||
|
|
||||||
gem 'sinatra'
|
gem 'sinatra'
|
||||||
gem 'webrick'
|
gem 'webrick'
|
||||||
gem 'jwt'
|
gem 'jwt'
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
gem 'bcrypt'
|
gem 'bcrypt'
|
||||||
|
|
||||||
# bundle install
|
# bundle install
|
Loading…
Reference in New Issue