Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Adding sqlite3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aasmith committed Oct 16, 2014
1 parent 96906f2 commit f6057ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -16,6 +16,7 @@ gem 'activerecord-session_store'
# DB
gem 'mysql2', group: :mysql
gem 'pg', group: :postgres
gem 'sqlite3',group: :sqlite3

# Settings
gem 'settingslogic'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -261,6 +261,7 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sqlite3 (1.3.9)
stamp (0.5.0)
state_machine (1.2.0)
temple (0.6.7)
Expand Down Expand Up @@ -345,6 +346,7 @@ DEPENDENCIES
simplecov
sinatra
slim
sqlite3
stamp
state_machine
therubyracer
Expand Down

0 comments on commit f6057ef

Please sign in to comment.