1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Added files for rvm, removed old files for Heroku newrelic and CircleCI, updated gems, and updated to rubuy 3.2

This commit is contained in:
2024-10-27 16:27:48 -04:00
parent 1f18f338ff
commit b974773289
9 changed files with 67 additions and 165 deletions

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '3.1.4'
ruby '3.2.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '7.1.3.2'
@@ -11,8 +11,8 @@ gem 'rails-html-sanitizer'
gem "sprockets-rails"
# Use sqlite3 as the database for Active Record
#gem 'sqlite3', '~> 1.3', '< 1.4', :group => :development
gem 'sqlite3', :group => :development
# can't use 2.0 maybe in a future rails upgrade?
gem 'sqlite3', "~> 1.4", :group => :development
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier'
@@ -49,7 +49,6 @@ gem 'spring', :group => :development
group :production do
gem 'rails_12factor'
gem 'mysql2'
gem 'newrelic_rpm'
gem 'dalli'
end