File tree Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1111PATH
1212 remote: .
1313 specs:
14- data_conduit (0.1.2 )
14+ data_conduit (0.1.3 )
1515 activesupport (~> 7.0 )
1616 rest-client (~> 2.1 )
17- securerandom (~> 0.2.2 )
17+ securerandom (>= 0.2.2 )
1818 sequel (~> 5.90.0 )
1919
2020GEM
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222 spec . require_paths = [ "lib" ]
2323
2424 spec . add_dependency "rest-client" , "~> 2.1"
25- spec . add_dependency "securerandom" , "~> 0.2.2"
25+ spec . add_dependency "securerandom" , ">= 0.2.2"
2626
2727 spec . add_development_dependency "activesupport" , "~> 7.1.0"
2828 spec . add_development_dependency "appraisal" , "~> 2.5.0"
Original file line number Diff line number Diff line change 1+ ## Unreleased
2+
3+ ## [0.1.3] - 2025-06-02
4+
5+ - Flexibilize secure_random dependency [#347](https://github.com/powerhome/power-tools/pull/347)
6+
17## [0.1.2] - 2025-05-30
28
39- Improve conditions key handling for the TrinoAdapter [#345](https://github.com/powerhome/power-tools/pull/345)
Original file line number Diff line number Diff line change 1111PATH
1212 remote: ..
1313 specs:
14- data_conduit (0.1.2 )
14+ data_conduit (0.1.3 )
1515 activesupport (~> 7.0)
1616 rest-client (~> 2.1)
17- securerandom (~> 0.2.2)
17+ securerandom (>= 0.2.2)
1818 sequel (~> 5.90.0)
1919
2020GEM
Original file line number Diff line number Diff line change 1111PATH
1212 remote: ..
1313 specs:
14- data_conduit (0.1.2 )
14+ data_conduit (0.1.3 )
1515 activesupport (~> 7.0)
1616 rest-client (~> 2.1)
17- securerandom (~> 0.2.2)
17+ securerandom (>= 0.2.2)
1818 sequel (~> 5.90.0)
1919
2020GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module DataConduit
4- VERSION = "0.1.2 "
4+ VERSION = "0.1.3 "
55end
You can’t perform that action at this time.
0 commit comments