Skip to content

Commit

Permalink
explicit-activesupport-version-requirement #65
Browse files Browse the repository at this point in the history
  • Loading branch information
dlozano committed Jul 16, 2018
1 parent 3a6f6a1 commit 69a0c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-jwt.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ['lib']
gem.required_ruby_version = '>= 2.3'
gem.add_runtime_dependency 'activesupport'
gem.add_runtime_dependency 'activesupport', '>= 4.2'
gem.add_runtime_dependency 'bindata'
gem.add_runtime_dependency 'aes_key_wrap'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit 69a0c04

Please sign in to comment.