mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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:
parent
4fb9ca3bc9
commit
e8e61535eb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user