File tree Expand file tree Collapse file tree 6 files changed +5
-7
lines changed Expand file tree Collapse file tree 6 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- 3.2.2
1+ 3.1.6
Original file line number Diff line number Diff line change 1313GEM
1414 remote: https://rubygems.org/
1515 specs:
16- activesupport (8.0.0 )
16+ activesupport (7.2.2.1 )
1717 base64
1818 benchmark (>= 0.3 )
1919 bigdecimal
2525 minitest (>= 5.1 )
2626 securerandom (>= 0.3 )
2727 tzinfo (~> 2.0 , >= 2.0.5 )
28- uri (>= 0.13.1 )
2928 addressable (2.8.7 )
3029 public_suffix (>= 2.0.2 , < 7.0 )
3130 ast (2.4.2 )
162161 tzinfo (2.0.6 )
163162 concurrent-ruby (~> 1.0 )
164163 unicode-display_width (2.6.0 )
165- uri (1.0.2 )
166164 webmock (3.24.0 )
167165 addressable (>= 2.8.0 )
168166 crack (>= 0.3.2 )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
2828 }
2929
3030 s . required_rubygems_version = Gem ::Requirement . new ( '> 1.3.1' ) if s . respond_to? :required_rubygems_version=
31- s . required_ruby_version = Gem ::Requirement . new ( '>= 3.2 ' )
31+ s . required_ruby_version = Gem ::Requirement . new ( '>= 3.1 ' )
3232
3333 s . files = [
3434 'LICENSE' ,
Original file line number Diff line number Diff line change 1- jruby 9.4.5 .0 (3.1.4) 2023 -11-02 1abae2700f OpenJDK 64-Bit Server VM 17.0.7+7 on 17.0.7+7 +jit [x86_64 -darwin]
1+ jruby 9.4.9 .0 (3.1.4) 2024 -11-04 547c6b150e OpenJDK 64-Bit Server VM 17.0.13+11-LTS on 17.0.13+11-LTS +jit [arm64 -darwin]
Original file line number Diff line number Diff line change 22require "open-uri"
33require "rake"
44
5- version = "9.4.5 .0"
5+ version = "9.4.9 .0"
66gems = {
77 "inifile" => "3.0.0" ,
88 "net-telnet" => "0.2.0" ,
You can’t perform that action at this time.
0 commit comments