Commit 27a7d48059ff5e3ccb4e104fc7920ce148d88b58

Authored by Luke Baker
1 parent 22320b80

add json gem requirement to environment.rb

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/environment.rb
... ... @@ -58,5 +58,6 @@ Rails::Initializer.run do |config|
58 58 :version => '2.12.3'
59 59  
60 60 config.gem 'sendgrid'
  61 + config.gem 'json'
61 62 end
62 63  
... ...