Skip to content

Commit ca05a19

Browse files
Igor DrozdovGitLab Renovate Bot
authored and
GitLab
committed
Merge branch 'renovate/ruby-dependencies' into 'main'
Update dependency webrick to '~> 1.9', '>= 1.9.1' See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1212 Merged-by: Igor Drozdov <[email protected]> Approved-by: Javiera Tapia <[email protected]> Approved-by: Igor Drozdov <[email protected]> Co-authored-by: GitLab Renovate Bot <[email protected]>
2 parents c5f40ac + 8774d0a commit ca05a19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
group :development, :test do
44
gem 'rspec', '~> 3.13.0'
5-
gem 'webrick', '~> 1.9'
5+
gem 'webrick', '~> 1.9', '>= 1.9.1'
66
end
77

88
group :development, :danger do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ GEM
8989
unicode-display_width (>= 1.1.1, < 3)
9090
unicode-display_width (2.5.0)
9191
uri (0.13.0)
92-
webrick (1.9.0)
92+
webrick (1.9.1)
9393

9494
PLATFORMS
9595
ruby
9696

9797
DEPENDENCIES
9898
gitlab-dangerfiles (~> 4.8.0)
9999
rspec (~> 3.13.0)
100-
webrick (~> 1.9)
100+
webrick (~> 1.9, >= 1.9.1)
101101

102102
BUNDLED WITH
103103
2.5.11

0 commit comments

Comments
 (0)