As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Unverified Commit e1874030 authored by Ash McKenzie's avatar Ash McKenzie
Browse files

Explicitly install webrick for Ruby 3.x

parent aa205f3e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'rspec', '~> 3.8.0'
gem 'webrick', '~> 1.7'
end
group :development, :danger do
Loading
Loading
Loading
Loading
@@ -104,6 +104,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.2.0)
webrick (1.7.0)
PLATFORMS
ruby
Loading
Loading
@@ -111,6 +112,7 @@ PLATFORMS
DEPENDENCIES
gitlab-dangerfiles (~> 3.5.1)
rspec (~> 3.8.0)
webrick (~> 1.7)
BUNDLED WITH
2.3.15
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment