Commit bd311890bac4549f37cf43d0392d00ebf69a6745

Authored by TH
Committed by GitHub
1 parent 90ec529c
Exists in master

Fix activesupport versioning

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
we_whisper.gemspec
@@ -18,5 +18,5 @@ Gem::Specification.new do |s| @@ -18,5 +18,5 @@ Gem::Specification.new do |s|
18 s.require_paths = ['lib'] 18 s.require_paths = ['lib']
19 s.test_files = Dir.glob('spec/**/*.rb') 19 s.test_files = Dir.glob('spec/**/*.rb')
20 20
21 - s.add_runtime_dependency "activesupport", '~> 4.2.6' 21 + s.add_runtime_dependency "activesupport", '>= 4.2.6'
22 end 22 end