Skip to content

Commit

Permalink
Tests should run with any Rails version (famous last words?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jul 14, 2015
1 parent 10c9eca commit c96cc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'sinatra'
gem.add_development_dependency 'minitest', '~> 5.3.3'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rails', '~> 4.1.1'
gem.add_development_dependency 'rails', '>= 3.2.0'
end

0 comments on commit c96cc21

Please sign in to comment.