Commit cf06bdb4080a9be69fbe623c28552a5b488fdae9

Authored by Ábner Silva de Oliveira
1 parent c6062c1d

fix sqlite gem for tests

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
Gemfile
1   -source :rubygems
2   -source "http://gems.github.com"
  1 +source 'https://www.rubygems.org'
  2 +#source :rubygems
  3 +#source "http://gems.github.com"
3 4  
4 5 gem "rake", "~> 0.9.2.2"
5 6 gem "rdoc", "~> 3.12"
... ...