mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Correct sqlite3 dependency.
This commit is contained in:
parent
be93b79024
commit
b39549e348
2
Gemfile
2
Gemfile
@ -35,7 +35,7 @@ gem 'aws-sdk'
|
||||
# put test-only gems in this group so their generators
|
||||
# and rake tasks are available in development mode:
|
||||
group :development do
|
||||
gem 'sqlite3-ruby', :require => 'sqlite3'
|
||||
gem 'sqlite3'
|
||||
gem 'ruby_parser'
|
||||
gem 'hpricot'
|
||||
gem 'powder'
|
||||
|
||||
@ -191,8 +191,6 @@ GEM
|
||||
activesupport (>= 3.0)
|
||||
sprockets (~> 2.8)
|
||||
sqlite3 (1.3.9)
|
||||
sqlite3-ruby (1.3.3)
|
||||
sqlite3 (>= 1.3.3)
|
||||
squeel (1.1.1)
|
||||
activerecord (>= 3.0)
|
||||
activesupport (>= 3.0)
|
||||
@ -252,7 +250,7 @@ DEPENDENCIES
|
||||
sass-rails (~> 4.0.0)
|
||||
shoulda-matchers
|
||||
slugtastic
|
||||
sqlite3-ruby
|
||||
sqlite3
|
||||
squeel
|
||||
thin
|
||||
uglifier
|
||||
|
||||
Loading…
Reference in New Issue
Block a user