bump sqlite3
This commit is contained in:
parent
b160a848b5
commit
b245f817a0
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue