Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ gem "browser"
gem "positioning"
gem "stackprof"

# Remove this once platform-api adds this as a dependency
gem "multi_json"

gem "faker", group: "development", require: false

gem "rollbar"
Expand Down
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ GEM
drb (2.2.3)
erb (6.0.4)
erubi (1.13.1)
erubis (2.7.0)
eu_central_bank (2.0.0)
bigdecimal
money (~> 7.0)
Expand Down Expand Up @@ -313,12 +312,11 @@ GEM
tilt
heapy (0.2.0)
thor
heroics (0.1.3)
heroics (0.1.4)
base64
erubis (~> 2.0)
excon
json
moneta
multi_json (>= 1.9.2)
webrick
holidays (8.8.0)
i18n (1.14.8)
Expand Down Expand Up @@ -396,7 +394,7 @@ GEM
money (~> 7.0)
railties (>= 7.0)
msgpack (1.8.0)
multi_json (1.15.0)
multi_json (1.21.1)
mutex_m (0.3.0)
mysql2 (0.5.7)
bigdecimal
Expand Down Expand Up @@ -436,7 +434,7 @@ GEM
activerecord (>= 6.1)
activesupport (>= 6.1)
phonelib (0.10.18)
platform-api (3.8.0)
platform-api (3.9.0)
heroics (~> 0.1.1)
moneta (~> 1.0.0)
rate_throttle_client (~> 0.1.0)
Expand Down Expand Up @@ -748,6 +746,7 @@ DEPENDENCIES
minitest-reporters
minitest-spec-rails
money-rails
multi_json
mysql2 (~> 0.5.3)
oj (~> 3.17.0)
openssl (~> 4.0)
Expand Down
Loading