diff options
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ source 'http://rubygems.org' group :development do + gem 'sqlite3' gem 'shoulda', '>= 0' gem 'bundler', '~> 1.0.0' gem 'jeweler', '~> 1.5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 07df601..de6f479 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,6 +9,7 @@ GEM rake (0.8.7) rcov (0.9.9) shoulda (2.11.3) + sqlite3 (1.3.3) PLATFORMS ruby @@ -18,3 +19,4 @@ DEPENDENCIES jeweler (~> 1.5.2) rcov shoulda + sqlite3 |
