Skip to content

Commit

Permalink
Correct activesupport usage (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh authored Oct 16, 2023
1 parent 218253b commit 22fd695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

##### Bug Fixes

* None.
* Fix incorrect activesupport usage.
[John Fairhurst](https://github.com/johnfairh)

## 0.14.4

Expand Down
1 change: 1 addition & 0 deletions lib/jazzy/source_declaration/type.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require 'active_support'
require 'active_support/inflector'

module Jazzy
Expand Down

0 comments on commit 22fd695

Please sign in to comment.