Remove an unused gem
This commit is contained in:
parent
a4b4d486f4
commit
a6c321e428
2 changed files with 0 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -17,8 +17,6 @@ gem 'therubyracer', platforms: :ruby
|
|||
gem 'jquery-rails'
|
||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||
gem 'turbolinks'
|
||||
# bundle exec rake doc:rails generates the API under doc/api.
|
||||
gem 'sdoc', '~> 0.4.0', group: :doc
|
||||
|
||||
# Enable deep clone of active record models
|
||||
gem 'deep_cloneable'
|
||||
|
|
|
@ -586,7 +586,6 @@ GEM
|
|||
json (>= 1.8)
|
||||
nokogiri (~> 1.5)
|
||||
trollop (~> 2.1)
|
||||
rdoc (4.3.0)
|
||||
ref (2.0.0)
|
||||
request_store (1.4.0)
|
||||
rack (>= 1.4)
|
||||
|
@ -660,9 +659,6 @@ GEM
|
|||
scss_lint (0.56.0)
|
||||
rake (>= 0.9, < 13)
|
||||
sass (~> 3.5.3)
|
||||
sdoc (0.4.2)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
rdoc (~> 4.0)
|
||||
securecompare (1.0.0)
|
||||
select2-rails (4.0.3)
|
||||
thor (~> 0.14)
|
||||
|
@ -830,7 +826,6 @@ DEPENDENCIES
|
|||
sass-rails
|
||||
scenic
|
||||
scss_lint
|
||||
sdoc (~> 0.4.0)
|
||||
select2-rails
|
||||
sentry-raven
|
||||
shoulda-matchers
|
||||
|
|
Loading…
Reference in a new issue