Gemfile: remove unused gems.
coffee-rails and daemons are unused. kgio, net-ssh, and nokogiri are pulled in by other gems, but they aren't used by us directly, so they shouldn't need to be listed in the Gemfile.
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -6,13 +6,11 @@ gem 'protected_attributes'
|
|||||||
gem "sass-rails", "~> 4.0.0"
|
gem "sass-rails", "~> 4.0.0"
|
||||||
gem "sprockets-rails", :require => "sprockets/railtie"
|
gem "sprockets-rails", :require => "sprockets/railtie"
|
||||||
gem "uglifier"
|
gem "uglifier"
|
||||||
gem 'coffee-rails'
|
|
||||||
gem "therubyracer", :platforms => :ruby
|
gem "therubyracer", :platforms => :ruby
|
||||||
gem "pry", :group => [:test, :development]
|
gem "pry", :group => [:test, :development]
|
||||||
gem "byebug", :group => [:test, :development]
|
gem "byebug", :group => [:test, :development]
|
||||||
gem "rails", "~> 4.2.0"
|
gem "rails", "~> 4.2.0"
|
||||||
gem "pg"
|
gem "pg"
|
||||||
gem "kgio", :platforms => :ruby
|
|
||||||
gem "dalli", :platforms => :ruby
|
gem "dalli", :platforms => :ruby
|
||||||
gem "memcache-client", :platforms => [:mswin, :mingw, :x64_mingw]
|
gem "memcache-client", :platforms => [:mswin, :mingw, :x64_mingw]
|
||||||
gem "tzinfo-data", :platforms => [:mswin, :mingw, :x64_mingw]
|
gem "tzinfo-data", :platforms => [:mswin, :mingw, :x64_mingw]
|
||||||
@@ -20,12 +18,9 @@ gem "delayed_job"
|
|||||||
gem "delayed_job_active_record"
|
gem "delayed_job_active_record"
|
||||||
gem "simple_form"
|
gem "simple_form"
|
||||||
gem "mechanize"
|
gem "mechanize"
|
||||||
gem "nokogiri"
|
|
||||||
gem "whenever", :require => false
|
gem "whenever", :require => false
|
||||||
gem "sanitize", "~> 3.1.0"
|
gem "sanitize", "~> 3.1.0"
|
||||||
gem 'rmagick'
|
gem 'rmagick'
|
||||||
gem 'daemons'
|
|
||||||
gem 'net-ssh'
|
|
||||||
gem 'net-sftp'
|
gem 'net-sftp'
|
||||||
gem 'term-ansicolor', :require => "term/ansicolor"
|
gem 'term-ansicolor', :require => "term/ansicolor"
|
||||||
gem 'diff-lcs', :require => "diff/lcs/array", :git => "https://github.com/halostatue/diff-lcs.git"
|
gem 'diff-lcs', :require => "diff/lcs/array", :git => "https://github.com/halostatue/diff-lcs.git"
|
||||||
|
|||||||
13
Gemfile.lock
13
Gemfile.lock
@@ -106,16 +106,8 @@ GEM
|
|||||||
chronic (0.10.2)
|
chronic (0.10.2)
|
||||||
cityhash (0.8.1)
|
cityhash (0.8.1)
|
||||||
coderay (1.1.1)
|
coderay (1.1.1)
|
||||||
coffee-rails (4.1.0)
|
|
||||||
coffee-script (>= 2.2.0)
|
|
||||||
railties (>= 4.0.0, < 5.0)
|
|
||||||
coffee-script (2.4.1)
|
|
||||||
coffee-script-source
|
|
||||||
execjs
|
|
||||||
coffee-script-source (1.9.1.1)
|
|
||||||
colorize (0.7.7)
|
colorize (0.7.7)
|
||||||
crass (1.0.2)
|
crass (1.0.2)
|
||||||
daemons (1.2.3)
|
|
||||||
dalli (2.7.4)
|
dalli (2.7.4)
|
||||||
delayed_job (4.0.6)
|
delayed_job (4.0.6)
|
||||||
activesupport (>= 3.0, < 5.0)
|
activesupport (>= 3.0, < 5.0)
|
||||||
@@ -387,8 +379,6 @@ DEPENDENCIES
|
|||||||
capistrano-rbenv
|
capistrano-rbenv
|
||||||
capistrano3-unicorn
|
capistrano3-unicorn
|
||||||
cityhash
|
cityhash
|
||||||
coffee-rails
|
|
||||||
daemons
|
|
||||||
dalli
|
dalli
|
||||||
delayed_job
|
delayed_job
|
||||||
delayed_job_active_record
|
delayed_job_active_record
|
||||||
@@ -401,16 +391,13 @@ DEPENDENCIES
|
|||||||
gctools
|
gctools
|
||||||
google-api-client
|
google-api-client
|
||||||
highline
|
highline
|
||||||
kgio
|
|
||||||
mechanize
|
mechanize
|
||||||
memcache-client
|
memcache-client
|
||||||
memcache_mock
|
memcache_mock
|
||||||
memoist
|
memoist
|
||||||
mocha
|
mocha
|
||||||
net-sftp
|
net-sftp
|
||||||
net-ssh
|
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri
|
|
||||||
pg
|
pg
|
||||||
protected_attributes
|
protected_attributes
|
||||||
pry
|
pry
|
||||||
|
|||||||
Reference in New Issue
Block a user