1
0
Fork 0

Update Ruby versions

This commit is contained in:
Andrew Tomaka 2022-10-04 21:31:10 -04:00
parent ff7f1221fa
commit 9369c5f612
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
2 changed files with 5 additions and 10 deletions

View File

@ -1 +1 @@
2.6.3
3.1.2

View File

@ -2,16 +2,16 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "6.1.4.1"
gem "rails", "~> 7.0.0"
# Use Puma as the app server
gem "puma", ">= 4.3.8"
gem "puma", "~> 5.0"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", require: false
gem "bootsnap", require: false
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
# gem 'rack-cors'
@ -19,12 +19,7 @@ gem "bootsnap", ">= 1.4.2", require: false
gem "psenv-rails", path: "../../"
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
end
group :development do
gem "listen", ">= 3.0.5", "< 3.2"
gem "debug", platforms: %i[ mri mingw x64_mingw ]
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem