Skip to content

Commit

Permalink
Add httparty GEM for calling APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
asatwal committed Mar 20, 2024
1 parent 6ddbc49 commit a548d3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
dfe-analytics (1.12.1)
google-cloud-bigquery (~> 1.38)
httparty (~> 0.21)
request_store_rails (~> 2)

GEM
Expand Down Expand Up @@ -170,6 +171,9 @@ GEM
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
hashdiff (1.0.1)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -201,6 +205,7 @@ GEM
mini_portile2 (2.8.2)
minitest (5.18.1)
multi_json (1.15.0)
multi_xml (0.6.0)
net-imap (0.3.6)
date
net-protocol
Expand Down
1 change: 1 addition & 0 deletions dfe-analytics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
end

spec.add_dependency 'google-cloud-bigquery', '~> 1.38'
spec.add_dependency 'httparty', '~> 0.21'
spec.add_dependency 'request_store_rails', '~> 2'

spec.add_development_dependency 'appraisal'
Expand Down

0 comments on commit a548d3f

Please sign in to comment.