Skip to content

Commit

Permalink
Add activesupport as runtime dependency
Browse files Browse the repository at this point in the history
it is required to run commands such as `.blank?`. Previously it was
being installed upstream in the deprecated case_transform gem
  • Loading branch information
mattwr18 committed Apr 30, 2024
1 parent fc4dc44 commit 4e620e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions threema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['{lib}/**/*']
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport', '~> 7.0.8'
spec.add_runtime_dependency 'dotenv'
spec.add_runtime_dependency 'mimemagic'
spec.add_runtime_dependency 'mime-types'
Expand Down

0 comments on commit 4e620e1

Please sign in to comment.