aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2011-12-04 10:27:44 +0530
committerArun Agrawal <arunagw@gmail.com>2011-12-04 10:27:44 +0530
commitac4763f5c04c57ed2c447e419ceb3950a34ae13c (patch)
tree4c8d536f9def421834af158d0f51c107c9b5d701 /Gemfile
parente9b6659c4ccd4272a363835274ec2e36e778dcd8 (diff)
downloadrails-ac4763f5c04c57ed2c447e419ceb3950a34ae13c.tar.gz
rails-ac4763f5c04c57ed2c447e419ceb3950a34ae13c.tar.bz2
rails-ac4763f5c04c57ed2c447e419ceb3950a34ae13c.zip
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"