Skip to content

Commit

Permalink
Merge pull request #50 from luizkowalski/master
Browse files Browse the repository at this point in the history
Fix: Update prometheus-client-mmap dependency version and add Ruby 3.3 to the test matrix
  • Loading branch information
errm authored Jan 24, 2024
2 parents 3dd9735 + 3692c5d commit ca3782c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2"]
ruby: ["3.0", "3.1", "3.2", "3.3"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
promenade (0.11.0)
actionpack
activesupport (> 6.0, < 8.0)
prometheus-client-mmap (~> 0.16.0)
prometheus-client-mmap (~> 0.28)
rack

GEM
Expand Down Expand Up @@ -123,7 +123,8 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
prometheus-client-mmap (0.16.2)
prometheus-client-mmap (0.28.1)
rb_sys (~> 0.9)
racc (1.7.1)
rack (2.2.7)
rack-test (2.1.0)
Expand Down Expand Up @@ -158,6 +159,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rb_sys (0.9.84)
regexp_parser (2.8.1)
rexml (3.2.5)
rspec (3.12.0)
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", "~> 0.16.0"
spec.add_dependency "prometheus-client-mmap", "~> 0.28"
spec.add_dependency "rack"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "byebug"
Expand Down

0 comments on commit ca3782c

Please sign in to comment.