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:
2
Gemfile
2
Gemfile
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user