File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- envirobly (1.11.2 )
4+ envirobly (1.11.3 )
55 activesupport (~> 8.0 )
66 aws-sdk-s3 (~> 1.182 )
7+ benchmark (~> 0.5.0 )
78 concurrent-ruby (~> 1.3 )
8- openssl (>= 3.3.1 )
9+ openssl (~> 3.3.1 )
910 thor (~> 1.3 )
1011 zeitwerk (~> 2.6 )
1112
6263 aws-sigv4 (1.12.1 )
6364 aws-eventstream (~> 1 , >= 1.0.2 )
6465 base64 (0.3.0 )
65- benchmark (0.4.1 )
66+ benchmark (0.5.0 )
6667 bigdecimal (3.3.1 )
6768 builder (3.3.0 )
6869 concurrent-ruby (1.3.5 )
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ Gem::Specification.new do |spec|
2121 spec . add_dependency "aws-sdk-s3" , "~> 1.182"
2222 spec . add_dependency "concurrent-ruby" , "~> 1.3"
2323 spec . add_dependency "activesupport" , "~> 8.0"
24- spec . add_dependency "openssl" , ">= 3.3.1"
24+ spec . add_dependency "openssl" , "~> 3.3.1"
25+ spec . add_dependency "benchmark" , "~> 0.5.0"
2526
2627 spec . add_development_dependency "debug" , "~> 1.10"
2728 spec . add_development_dependency "minitest" , "~> 5.25"
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Envirobly
4- VERSION = "1.11.2 "
4+ VERSION = "1.11.3 "
55end
You can’t perform that action at this time.
0 commit comments