Skip to content

Commit

Permalink
Merge pull request #435 from main-branch/load_active_support_core_ext…
Browse files Browse the repository at this point in the history
…_object

Load Active Support's Object extensions
  • Loading branch information
bobbrodie authored Apr 15, 2024
2 parents 29c506c + e4bb465 commit 2e6de8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jira/http_error.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'forwardable'
require 'active_support/core_ext/object'

module JIRA
class HTTPError < StandardError
extend Forwardable
Expand Down

0 comments on commit 2e6de8e

Please sign in to comment.