Skip to content

Commit

Permalink
add rest-client gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Abbas authored and Syed Abbas committed Oct 4, 2018
1 parent 292dbbd commit 7dff281
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 17 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PATH
specs:
spendthrift (0.1.0)
aws-sdk-dynamodb (~> 1.0.0.rc7)
nokogiri (~> 1.8.4)
plaid (~> 6.1.0)
rest-client (~> 2.0.2)

GEM
remote: https://rubygems.org/
Expand All @@ -22,21 +22,33 @@ GEM
aws-sigv4 (1.0.3)
byebug (10.0.2)
diff-lcs (1.3)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.12.2)
faraday (>= 0.7.4, < 1.0)
hashie (3.6.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
jmespath (1.4.0)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mini_portile2 (2.3.0)
multipart-post (2.0.0)
netrc (0.11.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
plaid (6.1.0)
faraday
faraday_middleware
hashie (>= 3.4.3)
rake (10.5.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -50,13 +62,17 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
byebug (~> 10.0.2)
nokogiri (~> 1.8.4)
rake (~> 10.0)
rspec (~> 3.8)
spendthrift!
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
require "spendthrift/plaid_client"
require "spendthrift/sanitize"
require "spendthrift/reporting"
require "spendthrift/mailer"

3 changes: 2 additions & 1 deletion spendthrift.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.8"
spec.add_development_dependency "nokogiri", "~> 1.8.4"
spec.add_development_dependency "byebug", "~> 10.0.2"
spec.add_runtime_dependency "aws-sdk-dynamodb", "~> 1.0.0.rc7"
spec.add_runtime_dependency "plaid", "~> 6.1.0"
spec.add_runtime_dependency "nokogiri", "~> 1.8.4"
spec.add_runtime_dependency "rest-client", "~> 2.0.2"

end

0 comments on commit 7dff281

Please sign in to comment.