1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

redmine: add webrick gem dep

This commit is contained in:
Meghea Iulian 2023-05-18 15:01:41 +03:00
parent 4fe4d9064e
commit 739e17c306
No known key found for this signature in database
GPG key ID: 9FA665644E968CF6
3 changed files with 16 additions and 0 deletions

View file

@ -55,6 +55,8 @@ group :common_mark do
gem 'deckar01-task_list', '2.3.2'
end
# webrick
gem 'webrick'
# Include database gems for the database adapters NixOS supports
require 'erb'

View file

@ -134,6 +134,8 @@ GEM
nokogiri (1.14.4)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.4-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
@ -247,6 +249,7 @@ GEM
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
webrick (1.8.1)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
@ -300,6 +303,7 @@ DEPENDENCIES
simplecov (~> 0.22.0)
tzinfo-data
webdrivers (= 4.6.1)
webrick
yard
RUBY VERSION

View file

@ -1067,6 +1067,16 @@
};
version = "4.6.1";
};
webrick = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "13qm7s0gr2pmfcl7dxrmq38asaza4w0i2n9my4yzs499j731wh8r";
type = "gem";
};
version = "1.8.1";
};
websocket-driver = {
dependencies = ["websocket-extensions"];
groups = ["default"];