Skip to content

Commit

Permalink
Remove extra dependency
Browse files Browse the repository at this point in the history
`awesome_print` gem is not used in the code and should not be a runtime
dependency.

Initially, it was added as a development dependency in
e406abf. It was used to output debug
information in specs.

But later, it was changed to be a runtime dependency in
05a0085 for no particular reason.
  • Loading branch information
lest committed May 11, 2016
1 parent 7602537 commit d4cb9db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion grape-swagger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Gem::Specification.new do |s|
s.license = 'MIT'

s.add_runtime_dependency 'grape', '>= 0.12.0'
s.add_runtime_dependency 'awesome_print'

s.add_development_dependency 'rake'
s.add_development_dependency 'shoulda'
Expand Down
2 changes: 0 additions & 2 deletions lib/grape-swagger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
require 'grape-swagger/markdown/kramdown_adapter'
require 'grape-swagger/markdown/redcarpet_adapter'

require 'awesome_print'

module GrapeSwagger
class << self
def model_parsers
Expand Down

0 comments on commit d4cb9db

Please sign in to comment.