Skip to content

Commit

Permalink
Fix loading with active_support 7
Browse files Browse the repository at this point in the history
Fixes #385
  • Loading branch information
orgads committed Dec 16, 2021
1 parent 61c6705 commit 5cf4069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jira-ruby.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$LOAD_PATH << __dir__

require 'active_support'
require 'active_support/inflector'
ActiveSupport::Inflector.inflections do |inflector|
inflector.singular /status$/, 'status'
Expand Down

0 comments on commit 5cf4069

Please sign in to comment.