mirror of https://github.com/rails/rails
Update sqlite3 to avoid Ruby 2.7 warnings
This commit is contained in:
parent
63ec70e700
commit
137a78787e
|
@ -479,7 +479,7 @@ GEM
|
|||
actionpack (>= 4.0)
|
||||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.4.1)
|
||||
sqlite3 (1.4.2)
|
||||
stackprof (0.2.13)
|
||||
sucker_punch (2.1.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
|
|
Loading…
Reference in New Issue