Skip to content

Commit c8e9ab9

Browse files
Update json requirement from >= 1.8.0, ~> 1.8 to >= 1.8.0, < 3.0
Updates the requirements on [json](https://github.com/flori/json) to permit the latest version. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](ruby/json@v1.8.1...v2.3.0) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba6e38e commit c8e9ab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH
55
activesupport (>= 4.0.0, < 7)
66
chronic (~> 0.10, >= 0.10.0)
77
elasticsearch (~> 1.0, >= 1.0.0)
8-
json (~> 1.8, >= 1.8.0)
8+
json (>= 1.8.0, < 3.0)
99
parslet (~> 1.5, >= 1.5.0)
1010

1111
GEM
@@ -43,7 +43,7 @@ GEM
4343
faraday-net_http_persistent (1.1.0)
4444
i18n (1.8.10)
4545
concurrent-ruby (~> 1.0)
46-
json (1.8.6)
46+
json (2.3.0)
4747
minitest (5.14.4)
4848
multi_json (1.15.0)
4949
multipart-post (2.1.1)

peruse.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.name = "peruse"
66
s.version = Peruse::VERSION
77
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"
99
s.add_runtime_dependency "parslet", "~> 1.5", ">= 1.5.0"
1010
s.add_runtime_dependency "elasticsearch", "~> 1.0", ">= 1.0.0"
1111
s.add_runtime_dependency "activesupport", ">= 4.0.0", "< 7"

0 commit comments

Comments
 (0)