mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
How does bundler work
This commit is contained in:
parent
9f05b5b7b3
commit
ff7b2de2d3
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency "builder"
|
||||
s.add_development_dependency "liquid"
|
||||
s.add_development_dependency "redcarpet"
|
||||
s.add_development_dependency "RedCloth", "~> 4.2"
|
||||
s.add_development_dependency "RedCloth", "~> 4.2.9"
|
||||
s.add_development_dependency "asciidoctor"
|
||||
s.add_development_dependency "radius"
|
||||
s.add_development_dependency "coffee-script"
|
||||
|
|
Loading…
Reference in a new issue