Skip to content

Commit

Permalink
Merge pull request #5618 from openfoodfoundation/dependabot/bundler/h…
Browse files Browse the repository at this point in the history
…ttparty-0.18.1

Bump httparty from 0.17.3 to 0.18.1
  • Loading branch information
sauloperez authored Jun 18, 2020
2 parents 98490ef + 52dd7ce commit 762b3a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'awesome_nested_set', '~> 3.0.0.rc.1'
gem 'cancan', '~> 1.6.10'
gem 'ffaker', '~> 1.16'
gem 'highline', '= 1.6.18' # Necessary for the install generator
gem 'httparty', '~> 0.11' # For checking alerts.
gem 'httparty', '~> 0.18' # Used to check alerts in spree_core, this is not used in OFN.
gem 'json', '>= 1.7.7'
gem 'money', '5.1.1'
gem 'paranoia', '~> 2.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ GEM
hashdiff (1.0.1)
highline (1.6.18)
hike (1.2.3)
httparty (0.17.3)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (0.6.11)
Expand Down Expand Up @@ -452,9 +452,9 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.9.2)
mime-types (3.3)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mime-types-data (3.2020.0512)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.2.14)
Expand Down Expand Up @@ -743,7 +743,7 @@ DEPENDENCIES
gmaps4rails
haml
highline (= 1.6.18)
httparty (~> 0.11)
httparty (~> 0.18)
i18n (~> 0.6.11)
i18n-js (~> 3.7.0)
immigrant
Expand Down

0 comments on commit 762b3a4

Please sign in to comment.