Skip to content

Commit

Permalink
Use sqlite3 < 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioCristalli committed Feb 20, 2019
1 parent b04948d commit e02a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exception_notification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
# Sidekiq 3.2.2 does not support Ruby 1.9.
s.add_development_dependency 'sidekiq', '~> 3.0.0', '< 3.2.2'
s.add_development_dependency 'slack-notifier', '>= 1.0.0'
s.add_development_dependency 'sqlite3', '>= 1.3.4'
s.add_development_dependency 'sqlite3', '~> 1.3.4'
s.add_development_dependency 'timecop', '~>0.9.0'
s.add_development_dependency 'tinder', '~> 1.8'
end

0 comments on commit e02a8e3

Please sign in to comment.