Skip to content

Commit

Permalink
Merge pull request #44 from threemarb/loosen_restrictions_on_activesu…
Browse files Browse the repository at this point in the history
…pport_gem

Loosen restrictions on activesupport gem
  • Loading branch information
mattwr18 authored May 15, 2024
2 parents 40477ef + 5bc2cad commit c8da284
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 c8da284

Please sign in to comment.