Skip to content

Commit

Permalink
Lock on 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkowalski committed Jan 29, 2024
1 parent 53bec90 commit aa76b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
promenade (0.12.0)
actionpack
activesupport (> 6.0, < 8.0)
prometheus-client-mmap (~> 1.0)
prometheus-client-mmap (~> 1.1)
rack

GEM
Expand Down
2 changes: 1 addition & 1 deletion promenade.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "actionpack"
spec.add_dependency "activesupport", "> 6.0", "< 8.0"
spec.add_dependency "prometheus-client-mmap", "~> 1.0"
spec.add_dependency "prometheus-client-mmap", "~> 1.1"
spec.add_dependency "rack"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "byebug"
Expand Down

0 comments on commit aa76b1c

Please sign in to comment.