--- ruby/Gemfile.orig	2023-04-05 16:07:34 UTC
+++ ruby/Gemfile
@@ -1,15 +1,15 @@
 source 'https://rubygems.org'
 
 gem 'rugged', '~> 1.5.1'
-gem 'gitlab-markup', '~> 1.8.0'
+gem 'gitlab-markup', '~> 1.9.0'
 gem 'activesupport', '~> 6.1.7.2'
-gem 'grpc', '~> 1.42.0' # keep in lock-step with grpc-tools in ../tools/protogem
+gem 'grpc', '~> 1.42' # keep in lock-step with grpc-tools in ../tools/protogem
 gem 'sentry-raven', '~> 3.1', require: false
 gem 'rbtrace', require: false
 
 # The Gitaly Gem contains the Protobuf and gRPC definitions required by the
 # Ruby sidecar.
-gem 'gitaly', '~> 15.5.0'
+gem 'gitaly', '~> 15.5'
 
 # Labkit provides observability functionality
 gem 'gitlab-labkit', '~> 0.31', '>= 0.31.1'
@@ -26,18 +26,10 @@ gem 'nokogiri', '~> 1.14'
 # dependency and can thus be removed when the version constraint is gone.
 gem 'redis', '~> 4.8.0'
 
-group :development, :test do
-  gem 'rubocop', '~> 1.38', require: false
-  gem 'rspec', '~> 3.12.0', require: false
-  gem 'rspec-parameterized', require: false
-  gem 'factory_bot', require: false
-  gem 'pry', '~> 0.13.1', require: false
-end
-
 # Gems required in omnibus-gitlab pipeline
 group :development, :test, :omnibus do
   # Using a fork until https://github.com/pivotal/LicenseFinder/pull/816 is
   # resolved. For details, check discussion in
   # https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74881
-  gem 'gitlab-license_finder', require: false
+  gem 'license_finder', require: false
 end
