Remove unused mysql2 dependency
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -3,7 +3,6 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'pg', '~> 1.6'
|
gem 'pg', '~> 1.6'
|
||||||
gem 'mysql2', '~> 0.5'
|
|
||||||
|
|
||||||
gem 'rubyzip', '~> 3.2'
|
gem 'rubyzip', '~> 3.2'
|
||||||
|
|
||||||
|
|||||||
15
Gemfile.lock
15
Gemfile.lock
@@ -1,20 +1,24 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
bigdecimal (3.3.1)
|
bigdecimal (4.0.1)
|
||||||
|
io-console (0.8.2)
|
||||||
mize (0.6.1)
|
mize (0.6.1)
|
||||||
mysql2 (0.5.7)
|
optparse (0.8.1)
|
||||||
bigdecimal
|
|
||||||
optparse (0.8.0)
|
|
||||||
pg (1.6.2)
|
pg (1.6.2)
|
||||||
pg (1.6.2-x86_64-linux)
|
pg (1.6.2-x86_64-linux)
|
||||||
|
readline (0.0.4)
|
||||||
|
reline
|
||||||
|
reline (0.6.3)
|
||||||
|
io-console (~> 0.5)
|
||||||
rubyzip (3.2.2)
|
rubyzip (3.2.2)
|
||||||
sync (0.5.0)
|
sync (0.5.0)
|
||||||
term-ansicolor (1.11.3)
|
term-ansicolor (1.11.3)
|
||||||
tins (~> 1)
|
tins (~> 1)
|
||||||
tins (1.47.0)
|
tins (1.51.0)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
mize (~> 0.6)
|
mize (~> 0.6)
|
||||||
|
readline
|
||||||
sync
|
sync
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
@@ -22,7 +26,6 @@ PLATFORMS
|
|||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
mysql2 (~> 0.5)
|
|
||||||
optparse (~> 0.8.0)
|
optparse (~> 0.8.0)
|
||||||
pg (~> 1.6)
|
pg (~> 1.6)
|
||||||
rubyzip (~> 3.2)
|
rubyzip (~> 3.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user