Commit ac91267d268d482bfc08cefc1ff2bab2ad0053ae
1 parent
811534e6
Exists in
master
and in
1 other branch
switch from mysql to mysql2 gem
Showing
4 changed files
with
3 additions
and
6 deletions
Show diff stats
Gemfile
@@ -28,10 +28,7 @@ gem "newrelic_rpm", "3.3.0" | @@ -28,10 +28,7 @@ gem "newrelic_rpm", "3.3.0" | ||
28 | gem "sendgrid", "0.1.4" | 28 | gem "sendgrid", "0.1.4" |
29 | gem "json_pure", "1.4.6" | 29 | gem "json_pure", "1.4.6" |
30 | gem "rubaidh-google_analytics", "1.1.4", :require => "rubaidh/google_analytics" | 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 | group :cucumber do | 34 | group :cucumber do |
Gemfile.lock
@@ -42,7 +42,7 @@ GEM | @@ -42,7 +42,7 @@ GEM | ||
42 | jtrupiano-timecop (0.2.1) | 42 | jtrupiano-timecop (0.2.1) |
43 | justinfrench-formtastic (0.2.2) | 43 | justinfrench-formtastic (0.2.2) |
44 | mime-types (1.16) | 44 | mime-types (1.16) |
45 | - mysql (2.8.1) | 45 | + mysql2 (0.3.11) |
46 | newrelic_rpm (3.3.0) | 46 | newrelic_rpm (3.3.0) |
47 | nokogiri (1.5.0) | 47 | nokogiri (1.5.0) |
48 | rack (1.1.3) | 48 | rack (1.1.3) |
@@ -95,7 +95,7 @@ DEPENDENCIES | @@ -95,7 +95,7 @@ DEPENDENCIES | ||
95 | jtrupiano-timecop (= 0.2.1) | 95 | jtrupiano-timecop (= 0.2.1) |
96 | justinfrench-formtastic (= 0.2.2) | 96 | justinfrench-formtastic (= 0.2.2) |
97 | mime-types (= 1.16) | 97 | mime-types (= 1.16) |
98 | - mysql (= 2.8.1) | 98 | + mysql2 (= 0.3.11) |
99 | newrelic_rpm (= 3.3.0) | 99 | newrelic_rpm (= 3.3.0) |
100 | rails (= 2.3.14) | 100 | rails (= 2.3.14) |
101 | redis (= 1.0.7) | 101 | redis (= 1.0.7) |
vendor/cache/mysql-2.8.1.gem
No preview for this file type
No preview for this file type