|
@@ -6,6 +6,7 @@ gem "sequel", "~> 5.67"
|
|
|
gem "roda", "~> 3.66"
|
|
gem "roda", "~> 3.66"
|
|
|
gem "tilt", "~> 2.1", require: "tilt/erb"
|
|
gem "tilt", "~> 2.1", require: "tilt/erb"
|
|
|
gem "cgi" # Make sure the h plugin uses the faster CGI.escape_html
|
|
gem "cgi" # Make sure the h plugin uses the faster CGI.escape_html
|
|
|
|
|
+gem "concurrent-ruby"
|
|
|
|
|
|
|
|
group :mysql, optional: true do
|
|
group :mysql, optional: true do
|
|
|
gem 'trilogy', '~> 2.9', platforms: [:ruby, :windows]
|
|
gem 'trilogy', '~> 2.9', platforms: [:ruby, :windows]
|