Skip to content

Commit

Permalink
Don't use version 1.4 of the sqlite3 gem
Browse files Browse the repository at this point in the history
This is fixed in Rails master (rails/rails#35154)
but still necessary for older Rails versions.
  • Loading branch information
toupeira committed Feb 8, 2019
1 parent 12685b1 commit f070c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doorkeeper-openid_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'factory_bot'
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency 'sqlite3', '~> 1.3.6'
spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'conventional-changelog', '~> 1.2'
end

0 comments on commit f070c6e

Please sign in to comment.