1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Correct sqlite3 dependency.

This commit is contained in:
Dan Barber 2014-03-05 23:21:02 +00:00
parent be93b79024
commit b39549e348
2 changed files with 2 additions and 4 deletions

View File

@ -35,7 +35,7 @@ gem 'aws-sdk'
# put test-only gems in this group so their generators # put test-only gems in this group so their generators
# and rake tasks are available in development mode: # and rake tasks are available in development mode:
group :development do group :development do
gem 'sqlite3-ruby', :require => 'sqlite3' gem 'sqlite3'
gem 'ruby_parser' gem 'ruby_parser'
gem 'hpricot' gem 'hpricot'
gem 'powder' gem 'powder'

View File

@ -191,8 +191,6 @@ GEM
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (~> 2.8)
sqlite3 (1.3.9) sqlite3 (1.3.9)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
squeel (1.1.1) squeel (1.1.1)
activerecord (>= 3.0) activerecord (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
@ -252,7 +250,7 @@ DEPENDENCIES
sass-rails (~> 4.0.0) sass-rails (~> 4.0.0)
shoulda-matchers shoulda-matchers
slugtastic slugtastic
sqlite3-ruby sqlite3
squeel squeel
thin thin
uglifier uglifier