Skip to content

Commit

Permalink
Remove the dependency on always_verify_ssl_certificates
Browse files Browse the repository at this point in the history
We are forcing SSL already -- we don't need to do this.
  • Loading branch information
eric committed Nov 8, 2011
1 parent 84871d0 commit 8f3428f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
pkg/*
Gemfile.lock
.bundle
vendor
2 changes: 1 addition & 1 deletion lib/papertrail/search_client.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'faraday'
require 'time'
require 'always_verify_ssl_certificates'
require 'openssl'

module Papertrail
class SearchClient
Expand Down
1 change: 0 additions & 1 deletion papertrail-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Gem::Specification.new do |s|
## that are needed for an end user to actually USE your code.
s.add_dependency('yajl-ruby')
s.add_dependency('faraday', [ '~> 0.5.7' ])
s.add_dependency('always_verify_ssl_certificates')

## List your development dependencies here. Development dependencies are
## those that are only needed during development
Expand Down

0 comments on commit 8f3428f

Please sign in to comment.