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.
1 parent aa205f3 commit e187403Copy full SHA for e187403
Gemfile
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
2
3
group :development, :test do
4
gem 'rspec', '~> 3.8.0'
5
+ gem 'webrick', '~> 1.7'
6
end
7
8
group :development, :danger do
Gemfile.lock
@@ -104,13 +104,15 @@ GEM
104
terminal-table (3.0.2)
105
unicode-display_width (>= 1.1.1, < 3)
106
unicode-display_width (2.2.0)
107
+ webrick (1.7.0)
108
109
PLATFORMS
110
ruby
111
112
DEPENDENCIES
113
gitlab-dangerfiles (~> 3.5.1)
114
rspec (~> 3.8.0)
115
+ webrick (~> 1.7)
116
117
BUNDLED WITH
118
2.3.15
0 commit comments