DEV: update mini_sql to remove deprecation

The only reason this was done was to remove this deprecation when running
tests.

```
/home/sam/.rbenv/versions/2.6.1/lib/ruby/gems/2.6.0/gems/mini_sql-0.1.10/lib/mini_sql/coders.rb:5: warning: BigDecimal.new is deprecated; use BigDecimal() method instead.
```
This commit is contained in:
Sam 2019-02-25 14:31:43 +11:00
parent 4fb9ca3bc9
commit e8e61535eb

View File

@ -205,7 +205,7 @@ GEM
libv8 (>= 6.3)
mini_scheduler (0.9.1)
sidekiq
mini_sql (0.1.10)
mini_sql (0.2.1)
mini_suffix (0.3.0)
ffi (~> 1.9)
minitest (5.11.3)