Skip to content

Commit

Permalink
Add sqlite3 as runtime dependency
Browse files Browse the repository at this point in the history
Solves issue reported by many users on stackoverflow and
- ricardochimal#116
- ricardochimal#132
  • Loading branch information
wijet authored and joelvh committed Mar 29, 2017
1 parent 2c8cca2 commit 9d1147a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
rest-client (>= 1.4.0, < 1.7.0)
sequel (~> 3.20.0)
sinatra (~> 1.0.0)
sqlite3 (~> 1.3.8)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -39,7 +40,7 @@ GEM
simplecov-html (0.7.1)
sinatra (1.0)
rack (>= 1.0)
sqlite3 (1.3.6)
sqlite3 (1.3.8)
thin (1.2.7)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand Down
1 change: 1 addition & 0 deletions taps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rest-client", ">= 1.4.0", "< 1.7.0"
gem.add_dependency "sequel", "~> 3.20.0"
gem.add_dependency "sinatra", "~> 1.0.0"
gem.add_dependency "sqlite3", "~> 1.3.8"

gem.add_development_dependency "sqlite3", "~> 1.2"
gem.add_development_dependency "bacon"
Expand Down

0 comments on commit 9d1147a

Please sign in to comment.