Skip to content

Commit

Permalink
chore: relaxation of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Napolskih committed Nov 16, 2015
1 parent 84f0231 commit d29ae4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sphinx-integration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Gem::Specification.new do |gem|

gem.metadata['allowed_push_host'] = 'https://gems.railsc.ru'

gem.add_runtime_dependency 'redis-classy', '~> 1.2.0'
gem.add_runtime_dependency 'redis-mutex', '~> 2.1.0'
gem.add_runtime_dependency 'redis', '~> 3.0.7'
gem.add_runtime_dependency 'redis-namespace', '~> 1.3.0'
gem.add_runtime_dependency 'redis-classy', '~> 1.2'
gem.add_runtime_dependency 'redis-mutex', '~> 2.1'
gem.add_runtime_dependency 'redis', '~> 3.0'
gem.add_runtime_dependency 'redis-namespace', '~> 1.3'
gem.add_runtime_dependency 'mysql2', '>= 0.2.19b5'
gem.add_runtime_dependency 'pg'
gem.add_runtime_dependency 'innertube'
Expand Down

0 comments on commit d29ae4b

Please sign in to comment.