Skip to content

Commit

Permalink
Update gli requirement from = 2.18.1 to = 2.18.2 (#13)
Browse files Browse the repository at this point in the history
Updates the requirements on [gli](http://davetron5000.github.com/gli) to permit the latest version.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and dkinzer committed Aug 30, 2019
1 parent 393082d commit ee8173c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
remote: .
specs:
cob_index (0.1.0)
gli (= 2.18.1)
gli (= 2.18.2)
library_stdnums (~> 1.6)
traject (~> 3.1)

Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
erubi (1.8.0)
ffi (1.11.1)
formatador (0.2.5)
gli (2.18.1)
gli (2.18.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
guard (2.15.0)
Expand Down
2 changes: 1 addition & 1 deletion cob_index.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "traject", "~> 3.1"
spec.add_dependency "library_stdnums", "~> 1.6"
spec.add_runtime_dependency("gli", "2.18.1")
spec.add_runtime_dependency("gli", "2.18.2")

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 12.3"
Expand Down

0 comments on commit ee8173c

Please sign in to comment.