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.
2 parents c5f40ac + 8774d0a commit ca05a19Copy full SHA for ca05a19
Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
3
group :development, :test do
4
gem 'rspec', '~> 3.13.0'
5
- gem 'webrick', '~> 1.9'
+ gem 'webrick', '~> 1.9', '>= 1.9.1'
6
end
7
8
group :development, :danger do
Gemfile.lock
@@ -89,15 +89,15 @@ GEM
89
unicode-display_width (>= 1.1.1, < 3)
90
unicode-display_width (2.5.0)
91
uri (0.13.0)
92
- webrick (1.9.0)
+ webrick (1.9.1)
93
94
PLATFORMS
95
ruby
96
97
DEPENDENCIES
98
gitlab-dangerfiles (~> 4.8.0)
99
rspec (~> 3.13.0)
100
- webrick (~> 1.9)
+ webrick (~> 1.9, >= 1.9.1)
101
102
BUNDLED WITH
103
2.5.11
0 commit comments