bump sqlite3

This commit is contained in:
Benjamin Neff 2015-10-25 01:31:25 +02:00
parent b160a848b5
commit b245f817a0
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ group :development, :test do
gem "uuid", "~> 2.3.8"
# test database
gem "sqlite3", "~> 1.3.10"
gem "sqlite3", "~> 1.3.11"
end
group :development, :production do

View file

@ -250,7 +250,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10)
sqlite3 (1.3.11)
systemu (2.6.5)
terminal-table (1.5.2)
thor (0.19.1)
@ -293,7 +293,7 @@ DEPENDENCIES
spring
spring-commands-rspec
spring-watcher-listen
sqlite3 (~> 1.3.10)
sqlite3 (~> 1.3.11)
uuid (~> 2.3.8)
webmock (~> 1.21.0)
yard