Commit ce069c93a1417ee72cad172afdfc19218715650d

Authored by Ábner Silva de Oliveira
1 parent 85e115cd

changed Gemfile

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Gemfile
... ... @@ -34,7 +34,7 @@ gem "test-unit", "1.2.3"
34 34 gem "sendgrid", "0.1.4"
35 35 gem "json_pure", "1.4.6"
36 36 gem "rubaidh-google_analytics", "1.1.4", :require => "rubaidh/google_analytics"
37   -gem 'mysql2', '0.2.18'
  37 +#gem 'mysql2', '0.2.18'
38 38  
39 39 group :production do
40 40 gem 'ey_config'
... ... @@ -55,7 +55,7 @@ group :test do
55 55 gem "fakeweb", "1.2.5"
56 56 gem "jferris-mocha", "0.9.5.0.1241126838",
57 57 :require => "mocha"
58   - gem 'sqlite3'
  58 +# gem 'sqlite3'
59 59 end
60 60  
61 61 group :test, :cucumber do
... ...