File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
activesupport (>= 4.0.0 , < 7 )
6
6
chronic (~> 0.10 , >= 0.10.0 )
7
7
elasticsearch (~> 1.0 , >= 1.0.0 )
8
- json (~> 1.8 , >= 1.8 .0 )
8
+ json (>= 1.8.0 , < 3 .0 )
9
9
parslet (~> 1.5 , >= 1.5.0 )
10
10
11
11
GEM
43
43
faraday-net_http_persistent (1.1.0 )
44
44
i18n (1.8.10 )
45
45
concurrent-ruby (~> 1.0 )
46
- json (1.8.6 )
46
+ json (2.3.0 )
47
47
minitest (5.14.4 )
48
48
multi_json (1.15.0 )
49
49
multipart-post (2.1.1 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
s . name = "peruse"
6
6
s . version = Peruse ::VERSION
7
7
s . required_ruby_version = ">= 1.9.3"
8
- s . add_runtime_dependency "json" , "~> 1.8" , ">= 1.8 .0"
8
+ s . add_runtime_dependency "json" , ">= 1.8.0 " , "< 3 .0"
9
9
s . add_runtime_dependency "parslet" , "~> 1.5" , ">= 1.5.0"
10
10
s . add_runtime_dependency "elasticsearch" , "~> 1.0" , ">= 1.0.0"
11
11
s . add_runtime_dependency "activesupport" , ">= 4.0.0" , "< 7"
You can’t perform that action at this time.
0 commit comments