aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-04 01:56:50 -0800
committerXavier Noria <fxn@hashref.com>2011-12-04 01:56:50 -0800
commit5dfdc69ef91bf946ec55184053bdd7a167f7b9f1 (patch)
tree4c8d536f9def421834af158d0f51c107c9b5d701 /Gemfile
parente9b6659c4ccd4272a363835274ec2e36e778dcd8 (diff)
parentac4763f5c04c57ed2c447e419ceb3950a34ae13c (diff)
downloadrails-5dfdc69ef91bf946ec55184053bdd7a167f7b9f1.tar.gz
rails-5dfdc69ef91bf946ec55184053bdd7a167f7b9f1.tar.bz2
rails-5dfdc69ef91bf946ec55184053bdd7a167f7b9f1.zip
Merge pull request #3848 from arunagw/sqlite3_bump
SQlite3 Bump
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8f228bad4c..4c20570398 100644
--- a/Gemfile
+++ b/Gemfile
@@ -57,7 +57,7 @@ platforms :ruby do
gem "nokogiri", ">= 1.4.5"
# AR
- gem "sqlite3", "~> 1.3.4"
+ gem "sqlite3", "~> 1.3.5"
group :db do
gem "pg", ">= 0.11.0"