mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Remove some unneeded gems
This commit is contained in:
parent
f37e6ddf58
commit
80e06753e4
2
Gemfile
2
Gemfile
@ -55,7 +55,6 @@ end
|
|||||||
gem 'administrate'
|
gem 'administrate'
|
||||||
gem 'dragonfly'
|
gem 'dragonfly'
|
||||||
gem 'dragonfly-s3_data_store'
|
gem 'dragonfly-s3_data_store'
|
||||||
gem 'exception_notification', :git => 'git://github.com/rails/exception_notification', :require => 'exception_notifier'
|
|
||||||
gem 'haml'
|
gem 'haml'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'monban'
|
gem 'monban'
|
||||||
@ -63,7 +62,6 @@ gem 'monban-generators'
|
|||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
gem 'simple_form'
|
gem 'simple_form'
|
||||||
gem 'skylight'
|
|
||||||
gem 'slugtastic'
|
gem 'slugtastic'
|
||||||
gem 'squeel'
|
gem 'squeel'
|
||||||
gem 'unf'
|
gem 'unf'
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@ -1,9 +1,3 @@
|
|||||||
GIT
|
|
||||||
remote: git://github.com/rails/exception_notification
|
|
||||||
revision: 192a49a02d63d28b23ed41cebadfedd490929cf1
|
|
||||||
specs:
|
|
||||||
exception_notification (1.0.0)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -281,8 +275,6 @@ GEM
|
|||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.0)
|
simplecov-html (0.10.0)
|
||||||
skylight (0.10.3)
|
|
||||||
activesupport (>= 3.0.0)
|
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
slugtastic (1.2.1)
|
slugtastic (1.2.1)
|
||||||
sprockets (3.5.2)
|
sprockets (3.5.2)
|
||||||
@ -331,7 +323,6 @@ DEPENDENCIES
|
|||||||
dotenv-rails
|
dotenv-rails
|
||||||
dragonfly
|
dragonfly
|
||||||
dragonfly-s3_data_store
|
dragonfly-s3_data_store
|
||||||
exception_notification!
|
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
fivemat
|
fivemat
|
||||||
haml
|
haml
|
||||||
@ -357,7 +348,6 @@ DEPENDENCIES
|
|||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
simple_form
|
simple_form
|
||||||
simplecov
|
simplecov
|
||||||
skylight
|
|
||||||
slugtastic
|
slugtastic
|
||||||
squeel
|
squeel
|
||||||
uglifier
|
uglifier
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user