Skip to content

Commit

Permalink
Remove rest_client.
Browse files Browse the repository at this point in the history
Remove the rest_client gem since it's not required anymore.
  • Loading branch information
glorieux committed Jul 25, 2013
1 parent b51a023 commit b9453fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/mangopay.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'net/http'
require 'rest_client'
require 'multi_json'

# Version
Expand Down
1 change: 0 additions & 1 deletion mangopay.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.2'

s.add_dependency('multi_json', '~> 1.7.7')
s.add_dependency('rest-client', '~> 1.6.7')

s.add_development_dependency('rake', '~> 10.1.0')
s.add_development_dependency('rspec', '~> 2.14.1')
Expand Down

0 comments on commit b9453fb

Please sign in to comment.