File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## main
44
5+ ## 1.1.0 (2025-01-21)
6+
57- [ PR #23 ] ( https://github.com/DmitryTsepelev/io_monitor/pull/23 ) Fix net/http adapter and an issue with nil responses ([ @SSDany ] )
68
79## 1.0.0 (2023-05-06)
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ Gem::Specification.new do |spec|
2929
3030 spec . require_paths = [ "lib" ]
3131
32- spec . required_ruby_version = ">= 2.7 .0"
32+ spec . required_ruby_version = ">= 3.1 .0"
3333
34- spec . add_dependency "rails" , ">= 6.1 "
34+ spec . add_dependency "rails" , ">= 7.0 "
3535 spec . add_development_dependency "redis" , ">= 4.0"
3636 spec . add_development_dependency "prometheus-client"
3737end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module IoMonitor
4- VERSION = "1.0 .0"
4+ VERSION = "1.1 .0"
55end
You can’t perform that action at this time.
0 commit comments