Skip to content

Commit

Permalink
Added sqlite3 gem for local use
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Apr 12, 2012
1 parent 775b900 commit 8d461a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Expand Up @@ -2,7 +2,10 @@ source 'https://rubygems.org'

# Core gems
gem 'rails', '3.2.2'

# Database adapters
gem 'pg'
gem 'sqlite3-ruby', :require => 'sqlite3'

# Auth/Bushido gems
gem 'devise'
Expand Down Expand Up @@ -31,12 +34,10 @@ group :assets do
gem 'uglifier', '>= 1.0.3'
end

# gem 'tane', :path => "/remote/tane", :group => :development

# Test gems, obviously
# group :test do
# gem 'rspec-rails'
# gem 'shoulda-matchers'
# gem 'factory_girl_rails'
# gem 'jasmine', :git => "https://github.com/pivotal/jasmine-gem.git", :branch => "1.2.rc1", :group => [:development, :test]
# gem 'jasmine', :git => "https://github.com/pivotal/jasmine-gem.git", :branch => "1.2.rc1", :group => [:development, :test]
# end
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -154,6 +154,9 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand Down Expand Up @@ -192,5 +195,6 @@ DEPENDENCIES
rails (= 3.2.2)
remotipart
sass-rails (~> 3.2.3)
sqlite3-ruby
thin
uglifier (>= 1.0.3)

0 comments on commit 8d461a9

Please sign in to comment.