File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
apkg-to-csv (2.0.0 )
5
- rubyzip (~> 2.3.0 )
6
- sqlite3 (~> 1.4.2 )
5
+ rubyzip (~> 2.3 )
6
+ sqlite3 (~> 1.6 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
14
14
minitest (>= 5.1 )
15
15
tzinfo (~> 2.0 )
16
16
ast (2.4.2 )
17
- bundler-audit (0.9.0. 1 )
17
+ bundler-audit (0.9.1 )
18
18
bundler (>= 1.2.0 , < 3 )
19
19
thor (~> 1.0 )
20
20
concurrent-ruby (1.2.2 )
52
52
rubocop (~> 1.0 )
53
53
ruby-progressbar (1.13.0 )
54
54
rubyzip (2.3.2 )
55
- sqlite3 (1.4.4 )
56
- thor (1.1.0 )
55
+ sqlite3 (1.6.2-arm64-darwin )
56
+ sqlite3 (1.6.2-x86_64-darwin )
57
+ thor (1.2.1 )
57
58
tzinfo (2.0.6 )
58
59
concurrent-ruby (~> 1.0 )
59
60
unicode-display_width (2.4.2 )
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
34
34
spec . bindir = 'bin'
35
35
spec . executables = [ 'apkg-to-csv' ]
36
36
37
- spec . add_dependency 'rubyzip' , '~> 2.3.0 '
38
- spec . add_dependency 'sqlite3' , '~> 1.4.2 '
37
+ spec . add_dependency 'rubyzip' , '~> 2.3'
38
+ spec . add_dependency 'sqlite3' , '~> 1.6 '
39
39
end
You can’t perform that action at this time.
0 commit comments