Skip to content

Commit

Permalink
Loosen restrictions on activesupport gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed May 9, 2024
1 parent 40477ef commit 5bc2cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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 '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 5bc2cad

Please sign in to comment.