Skip to content

Commit b8a59e6

Browse files
chore(deps): bump httparty from 0.18.1 to 0.21.0
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.18.1 to 0.21.0. - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md) - [Commits](jnunemaker/httparty@v0.18.1...v0.21.0) --- updated-dependencies: - dependency-name: httparty dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 064e847 commit b8a59e6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gem 'groupdate', '5.2.2'
3030
gem 'useragent'
3131
gem 'jwt'
3232
gem 'bcrypt'
33-
gem 'httparty', '0.18.1'
33+
gem 'httparty', '0.21.0'
3434
gem 'ipaddress', '0.8.3'
3535
gem 'openid_connect', '1.4.2'
3636
gem 'json'

Gemfile.lock

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ GEM
9393
activesupport (>= 4.2.0)
9494
groupdate (5.2.2)
9595
activesupport (>= 5)
96-
httparty (0.18.1)
97-
mime-types (~> 3.0)
96+
httparty (0.21.0)
97+
mini_mime (>= 1.0.0)
9898
multi_xml (>= 0.5.2)
9999
httpclient (2.8.3)
100100
i18n (1.12.0)
@@ -114,9 +114,6 @@ GEM
114114
mini_mime (>= 0.1.1)
115115
marcel (1.0.1)
116116
method_source (1.0.0)
117-
mime-types (3.3.1)
118-
mime-types-data (~> 3.2015)
119-
mime-types-data (3.2021.0225)
120117
mini_mime (1.1.2)
121118
mini_portile2 (2.5.0)
122119
minitest (5.16.3)
@@ -244,7 +241,7 @@ DEPENDENCIES
244241
forest_liana!
245242
forestadmin-jsonapi-serializers
246243
groupdate (= 5.2.2)
247-
httparty (= 0.18.1)
244+
httparty (= 0.21.0)
248245
ipaddress (= 0.8.3)
249246
json
250247
json-jwt (= 1.15.0)

0 commit comments

Comments
 (0)