File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
monobank (0.2.2 )
5
- httparty (~> 0.17.3 )
5
+ httparty (>= 0.17.3 , < 0.22.0 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
10
diff-lcs (1.3 )
11
- httparty (0.17.3 )
12
- mime-types ( ~> 3 .0 )
11
+ httparty (0.21.0 )
12
+ mini_mime ( >= 1.0 .0 )
13
13
multi_xml (>= 0.5.2 )
14
- mime-types (3.3.1 )
15
- mime-types-data (~> 3.2015 )
16
- mime-types-data (3.2019.1009 )
14
+ mini_mime (1.1.2 )
17
15
multi_xml (0.6.0 )
18
16
rake (13.0.1 )
19
17
rspec (3.9.0 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
spec . files = Dir [ '{lib}/**/*' , 'MIT-LICENSE' , 'Rakefile' ]
20
20
spec . test_files = Dir [ 'spec/**/*' ]
21
21
22
- spec . add_dependency 'httparty' , '~> 0.17.3'
22
+ spec . add_dependency 'httparty' , '>= 0.17.3' , '< 0.22.0 '
23
23
24
24
spec . add_development_dependency 'rake' , '~> 13.0' , '>= 13.0.0'
25
25
spec . add_development_dependency 'rspec' , '~> 3.8' , '>= 3.8.0'
You can’t perform that action at this time.
0 commit comments