Skip to content

Commit

Permalink
Explicitly require bigdecimal and date.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Jun 13, 2022
1 parent 5cc3226 commit bae4876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/grape.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
require 'rack/auth/basic'
require 'rack/auth/digest/md5'
require 'set'
require 'bigdecimal'
require 'date'
require 'active_support'
require 'active_support/concern'
require 'active_support/version'
Expand Down

0 comments on commit bae4876

Please sign in to comment.