remove ignore for gemfile and gemfile.lock, re-add mysql2
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -43,5 +43,5 @@ config/deploy/config/*
|
|||||||
.byebug_history
|
.byebug_history
|
||||||
|
|
||||||
# Gem files
|
# Gem files
|
||||||
Gemfile
|
#Gemfile
|
||||||
Gemfile.lock
|
#Gemfile.lock
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -9,7 +9,7 @@ end
|
|||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '~> 5.1.0'
|
gem 'rails', '~> 5.1.0'
|
||||||
# Use mysql as the database for Active Record
|
# Use mysql as the database for Active Record
|
||||||
#gem 'mysql2', '>= 0.3.18', '< 0.5'
|
gem 'mysql2', '>= 0.3.18', '< 0.5'
|
||||||
|
|
||||||
#Use PosgreSQL
|
#Use PosgreSQL
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
|
|||||||
@@ -114,6 +114,7 @@ GEM
|
|||||||
mini_portile2 (2.1.0)
|
mini_portile2 (2.1.0)
|
||||||
minitest (5.10.2)
|
minitest (5.10.2)
|
||||||
multi_json (1.12.1)
|
multi_json (1.12.1)
|
||||||
|
mysql2 (0.4.6)
|
||||||
nio4r (2.1.0)
|
nio4r (2.1.0)
|
||||||
nokogiri (1.7.2)
|
nokogiri (1.7.2)
|
||||||
mini_portile2 (~> 2.1.0)
|
mini_portile2 (~> 2.1.0)
|
||||||
@@ -251,6 +252,7 @@ DEPENDENCIES
|
|||||||
jquery-rails
|
jquery-rails
|
||||||
kaminari!
|
kaminari!
|
||||||
listen (~> 3.0.5)
|
listen (~> 3.0.5)
|
||||||
|
mysql2 (>= 0.3.18, < 0.5)
|
||||||
pg
|
pg
|
||||||
prawn
|
prawn
|
||||||
prawn-table
|
prawn-table
|
||||||
|
|||||||
Reference in New Issue
Block a user