Skip to content

Commit fe06939

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 8dad38c commit fe06939

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
@@ -98,8 +98,8 @@ GEM
9898
activesupport (>= 5.0)
9999
groupdate (5.2.2)
100100
activesupport (>= 5)
101-
httparty (0.18.1)
102-
mime-types (~> 3.0)
101+
httparty (0.21.0)
102+
mini_mime (>= 1.0.0)
103103
multi_xml (>= 0.5.2)
104104
httpclient (2.8.3)
105105
i18n (1.12.0)
@@ -122,9 +122,6 @@ GEM
122122
net-smtp
123123
marcel (1.0.2)
124124
method_source (1.0.0)
125-
mime-types (3.4.1)
126-
mime-types-data (~> 3.2015)
127-
mime-types-data (3.2022.0105)
128125
mini_mime (1.1.2)
129126
mini_portile2 (2.8.1)
130127
minitest (5.17.0)
@@ -257,7 +254,7 @@ DEPENDENCIES
257254
forest_liana!
258255
forestadmin-jsonapi-serializers
259256
groupdate (= 5.2.2)
260-
httparty (= 0.18.1)
257+
httparty (= 0.21.0)
261258
ipaddress (= 0.8.3)
262259
json
263260
json-jwt (= 1.15.0)

0 commit comments

Comments
 (0)