diff --git a/Gemfile b/Gemfile index a712b54..ac631a9 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem 'omniauth-github', '~> 1.3' gem 'whenever', require: false gem 'friendly_id', '~> 5.1.0' gem 'sitemap_generator', '~> 6.0', '>= 6.0.1' -gem 'httparty', '~> 0.16.2' +gem 'httparty', '~> 0.21.0' gem 'twilio-ruby', '~> 5.10.3' gem "font-awesome-rails" gem 'stripe', '~> 3.15' diff --git a/Gemfile.lock b/Gemfile.lock index 11977ff..a449eae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,8 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashie (3.5.7) - httparty (0.16.2) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) i18n (1.8.2) concurrent-ruby (~> 1.0) @@ -358,7 +359,7 @@ DEPENDENCIES foreman (~> 0.84.0) friendly_id (~> 5.1.0) gravatar_image_tag! - httparty (~> 0.16.2) + httparty (~> 0.21.0) jbuilder (~> 2.5) jquery-rails (~> 4.3.1) listen (>= 3.0.5, < 3.2)