Commit ac91267d268d482bfc08cefc1ff2bab2ad0053ae

Authored by Luke Baker
1 parent 811534e6

switch from mysql to mysql2 gem

Gemfile
... ... @@ -28,10 +28,7 @@ gem "newrelic_rpm", "3.3.0"
28 28 gem "sendgrid", "0.1.4"
29 29 gem "json_pure", "1.4.6"
30 30 gem "rubaidh-google_analytics", "1.1.4", :require => "rubaidh/google_analytics"
31   -
32   -group :development do
33   - gem 'mysql', '2.8.1'
34   -end
  31 +gem 'mysql2', '0.3.11'
35 32  
36 33  
37 34 group :cucumber do
... ...
Gemfile.lock
... ... @@ -42,7 +42,7 @@ GEM
42 42 jtrupiano-timecop (0.2.1)
43 43 justinfrench-formtastic (0.2.2)
44 44 mime-types (1.16)
45   - mysql (2.8.1)
  45 + mysql2 (0.3.11)
46 46 newrelic_rpm (3.3.0)
47 47 nokogiri (1.5.0)
48 48 rack (1.1.3)
... ... @@ -95,7 +95,7 @@ DEPENDENCIES
95 95 jtrupiano-timecop (= 0.2.1)
96 96 justinfrench-formtastic (= 0.2.2)
97 97 mime-types (= 1.16)
98   - mysql (= 2.8.1)
  98 + mysql2 (= 0.3.11)
99 99 newrelic_rpm (= 3.3.0)
100 100 rails (= 2.3.14)
101 101 redis (= 1.0.7)
... ...
vendor/cache/mysql-2.8.1.gem
No preview for this file type
vendor/cache/mysql2-0.3.11.gem 0 → 100644
No preview for this file type