mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bumo sqlite3 gem
This commit is contained in:
parent
aeac0bf620
commit
2fac9156bf
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -60,7 +60,7 @@ platforms :ruby do
|
|||
gem 'nokogiri', '>= 1.4.5'
|
||||
|
||||
# AR
|
||||
gem 'sqlite3', '~> 1.3.5'
|
||||
gem 'sqlite3', '~> 1.3.6'
|
||||
|
||||
group :db do
|
||||
gem 'pg', '>= 0.11.0'
|
||||
|
|
Loading…
Reference in a new issue