We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
koala
1 parent f22c70e commit 9a845a2Copy full SHA for 9a845a2
Gemfile
@@ -31,6 +31,8 @@ gem 'faraday'
31
# https://github.com/bundler/bundler/issues/5332
32
gem 'faraday_middleware', '0.10'
33
34
+gem 'koala'
35
+
36
group :development do
37
gem 'web-console'
38
gem 'spring'
Gemfile.lock
@@ -103,6 +103,10 @@ GEM
103
jquery-ui-rails (6.0.1)
104
railties (>= 3.2.16)
105
json (2.0.3)
106
+ koala (3.0.0)
107
+ addressable
108
+ faraday
109
+ json (>= 1.8)
110
kramdown (1.13.2)
111
launchy (2.4.3)
112
addressable (~> 2.3)
@@ -289,6 +293,7 @@ DEPENDENCIES
289
293
font-awesome-rails
290
294
jbuilder
291
295
jquery-rails
296
+ koala
292
297
kramdown
298
minitest-retry
299
pg
0 commit comments