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

Added influxdb to wrestlingdev

This commit is contained in:
2021-04-01 19:52:18 +00:00
parent e36de59971
commit e1cba865b0
8 changed files with 204 additions and 24 deletions

View File

@@ -38,7 +38,6 @@ gem 'spring', :group => :development
# Use debugger
# gem 'debugger', group: [:development, :test]
#Installed by me
group :production do
gem 'rails_12factor'
@@ -48,6 +47,7 @@ group :production do
gem 'dalli'
end
gem 'influxdb-rails'
gem 'devise'
gem 'cancancan'
gem 'round_robin_tournament'