Put ring-devel back in main dependencies
It's needed in prod for the ring-stacktrace middleware
This commit is contained in:
parent
f81ef6b889
commit
63fae9cc34
12
project.clj
12
project.clj
@ -2,11 +2,12 @@
|
|||||||
:description "Pronoun.is is a website for personal pronoun usage examples"
|
:description "Pronoun.is is a website for personal pronoun usage examples"
|
||||||
:url "https://pronoun.is"
|
:url "https://pronoun.is"
|
||||||
:license "GNU Affero General Public License 3.0"
|
:license "GNU Affero General Public License 3.0"
|
||||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
:dependencies [[compojure "1.6.1"]
|
||||||
[compojure "1.6.1"]
|
|
||||||
[ring/ring-jetty-adapter "1.7.1"]
|
|
||||||
[environ "1.1.0"]
|
[environ "1.1.0"]
|
||||||
[hiccup "1.0.5"]]
|
[hiccup "1.0.5"]
|
||||||
|
[org.clojure/clojure "1.9.0"]
|
||||||
|
[ring/ring-devel "1.7.1"]
|
||||||
|
[ring/ring-jetty-adapter "1.7.1"]]
|
||||||
:min-lein-version "2.0.0"
|
:min-lein-version "2.0.0"
|
||||||
:plugins [[environ/environ.lein "0.2.1"]
|
:plugins [[environ/environ.lein "0.2.1"]
|
||||||
[lein-ring "0.9.7"]]
|
[lein-ring "0.9.7"]]
|
||||||
@ -14,6 +15,5 @@
|
|||||||
:uberjar-name "pronouns-standalone.jar"
|
:uberjar-name "pronouns-standalone.jar"
|
||||||
;; FIXME morgan.astra <2018-11-14 Wed>
|
;; FIXME morgan.astra <2018-11-14 Wed>
|
||||||
;; Is this production profile used for anything?
|
;; Is this production profile used for anything?
|
||||||
:profiles {:production {:env {:production true}}
|
:profiles {:production {:env {:production true}}}
|
||||||
:test {:dependencies [[ring/ring-devel "1.7.1"]]}}
|
|
||||||
:ring {:handler pronouns.web/app})
|
:ring {:handler pronouns.web/app})
|
||||||
|
Loading…
Reference in New Issue
Block a user