Skip to content

Commit

Permalink
ugprade the HTTParty gem
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Oct 4, 2024
1 parent c3cbc00 commit 42b94a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
dragonfly (~> 1.4.0)
duktape (~> 2.0.1.1)
execjs (~> 2.9.1)
httparty (~> 0.21.0)
httparty (~> 0.22.0)
kramdown (~> 2.3.0)
liquid (~> 4.0.4)
locomotivecms_common (~> 0.6.0.alpha1)
Expand Down Expand Up @@ -54,6 +54,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
csv (3.3.0)
date (3.3.4)
diff-lcs (1.5.1)
docile (1.4.1)
Expand All @@ -69,7 +70,8 @@ GEM
temple (>= 0.8.2)
thor
tilt
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
Expand Down
2 changes: 1 addition & 1 deletion locomotivecms_steam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'nokogiri', '~> 1.16.7'
spec.add_dependency 'sanitize', '~> 6.0.1'
spec.add_dependency 'morphine', '~> 0.1.1'
spec.add_dependency 'httparty', '~> 0.21.0'
spec.add_dependency 'httparty', '~> 0.22.0'
spec.add_dependency 'chronic', '~> 0.10.2'
spec.add_dependency 'bcrypt', '~> 3.1.11'
spec.add_dependency 'multi_json', '~> 1.15.0'
Expand Down

0 comments on commit 42b94a0

Please sign in to comment.