1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Removed pg and Ruby version from gemfile for dreamhost

This commit is contained in:
2015-06-19 18:56:57 +00:00
parent 0fd3bd64fe
commit 3d35de6f68
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
source 'https://rubygems.org'
ruby '2.2.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.0'
@@ -41,7 +40,6 @@ gem 'spring', group: :development
#Installed by me
#For Heroku
group :production do
gem 'pg'
gem 'rails_12factor'
gem 'mysql2'
gem 'passenger'