Skip to content
Snippets Groups Projects
Commit b2b023cf authored by Sruthi Chandran's avatar Sruthi Chandran
Browse files

Remove patches not required

parent fb4a3edd
No related branches found
No related tags found
Loading
Allow newer version to satisfy requirement
--- a/Gemfile
+++ b/Gemfile
@@ -326,7 +326,7 @@
# Metrics
group :metrics do
- gem 'method_source', '~> 0.8', require: false
+ gem 'method_source', '~> 1.0', require: false
# Prometheus
gem 'prometheus-client-mmap', '~> 0.11.0'
--- a/Gemfile
+++ b/Gemfile
@@ -323,7 +323,7 @@
end
if ENV["INCLUDE_TEST_DEPENDS"] == "true"
- gem 'bullet', '~> 6.0.2'
+ gem 'bullet', '~> 6.0'
gem 'pry-byebug', '~> 3.5','>= 3.5.1', platform: :mri
gem 'pry-rails', '~> 0.3.9'
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