Skip to content

Commit

Permalink
Removed gems from Gemfile that don’t need to be autorequired
Browse files Browse the repository at this point in the history
Most are required by other gems still in the Gemfile
  • Loading branch information
andrew committed Mar 22, 2016
1 parent b1eae7b commit b384024
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem 'jquery-rails'
gem 'gems'
gem 'octokit'
gem 'bootstrap-sass'
gem 'will_paginate'
gem 'will_paginate-bootstrap'
gem 'elasticsearch-model'
gem 'elasticsearch-rails'
Expand All @@ -29,12 +28,9 @@ gem 'simple-rss'
gem 'faraday-http-cache'
gem 'fog-aws'
gem 'languages'
gem 'omniauth'
gem 'omniauth-github'
gem 'dalli'
gem 'counter_culture'
gem 'sprockets'
gem 'sprockets-rails', '2.3.3'
gem 'simple_form'
gem 'sidekiq'
gem 'sidekiq-unique-jobs', '~> 3.0.15'
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ DEPENDENCIES
nokogiri
octokit
oj
omniauth
omniauth-github
payola-payments
pg
Expand Down Expand Up @@ -465,12 +464,9 @@ DEPENDENCIES
sitemap_generator
spdx
spring
sprockets
sprockets-rails (= 2.3.3)
sql_queries_count
typhoeus
uglifier
will_paginate
will_paginate-bootstrap

BUNDLED WITH
Expand Down

0 comments on commit b384024

Please sign in to comment.