Skip to content

Commit

Permalink
removing rest-client from chargebee.gemspec & Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-alish committed Nov 14, 2024
1 parent 197e904 commit 74a13ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ PATH
chargebee (2.46.0)
cgi (>= 0.1.0, < 1.0.0)
json_pure (~> 2.1)
rest-client (>= 1.8, <= 2.0.2)

GEM
remote: https://rubygems.org/
Expand All @@ -21,10 +20,6 @@ GEM
mime-types-data (3.2022.0105)
mocha (1.13.0)
netrc (0.11.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
Expand Down
1 change: 0 additions & 1 deletion chargebee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w[README.md LICENSE]

s.add_dependency('json_pure', '~> 2.1')
s.add_dependency('rest-client', '>=1.8', '<=2.0.2')
s.add_dependency('cgi', '>=0.1.0', '<1.0.0')
s.add_development_dependency('rspec', '~> 3.0.0')
s.add_development_dependency('mocha')
Expand Down

0 comments on commit 74a13ff

Please sign in to comment.