Skip to content

Commit

Permalink
Update activesupport calls
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhade3 committed Jan 10, 2024
1 parent 11c6244 commit 54cfed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/hackerone/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

require "faraday"
require "json"
require "active_support/time"
require "active_support"
require "active_support/core_ext/numeric/time"
require_relative "client/version"
require_relative "client/report"
require_relative "client/activity"
Expand Down
1 change: 0 additions & 1 deletion spec/hackerone/client/attachment_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "spec_helper"
require "active_support/core_ext/hash"

RSpec.describe HackerOne::Client::Attachment do
let (:attachment_data) do
Expand Down

0 comments on commit 54cfed5

Please sign in to comment.