Skip to content

Commit

Permalink
Remove RedCloth development dependency
Browse files Browse the repository at this point in the history
So we can have both a JRuby green Travis build and a green Hakiri check.

Addresses https://hakiri.io/github/Locale/localeapp/master/3c8964118f51e3373cc83f9f8bbd7e6edbe7e7c0/warnings/1ac981e65d1496.
  • Loading branch information
David Rodríguez committed Sep 2, 2016
1 parent f71fbb1 commit d92db09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ PATH
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
RedCloth (4.2.9-java)
aruba (0.14.2)
childprocess (~> 0.5.6)
contracts (~> 0.9)
Expand Down Expand Up @@ -85,7 +83,6 @@ PLATFORMS
ruby

DEPENDENCIES
RedCloth (< 4.3)
aruba (~> 0.8)
cucumber (~> 2.0)
fakeweb
Expand Down
1 change: 0 additions & 1 deletion localeapp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Gem::Specification.new do |s|
s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 3.3')
s.add_development_dependency('yard')
s.add_development_dependency('RedCloth', '< 4.3')
s.add_development_dependency('aruba', '~> 0.8')
s.add_development_dependency('cucumber', '~> 2.0')
s.add_development_dependency('fakeweb')
Expand Down

0 comments on commit d92db09

Please sign in to comment.