Skip to content

Commit

Permalink
Merge pull request #79 from tulibraries/dependabot/bundler/traject_pl…
Browse files Browse the repository at this point in the history
…us-2.0.0

Update traject_plus requirement from ~> 1.1 to >= 1.1, < 3.0
  • Loading branch information
sensei100 authored May 28, 2021
2 parents 64c8fa7 + 408b6cb commit 1db772a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
37 changes: 18 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@ PATH
gli (~> 2.18)
httparty
traject (~> 3.1)
traject_plus (~> 1.1)
traject_plus (>= 1.1, < 3.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.4)
activesupport (6.1.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
debug_inspector (1.0.0)
deprecation (1.0.0)
deprecation (1.1.0)
activesupport
diff-lcs (1.4.4)
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dot-properties (0.1.3)
ffi (1.15.0)
ffi (1.15.1)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -67,16 +67,16 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.2)
ffi-compiler
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (1.8.5)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json (2.3.1)
jsonpath (1.0.6)
jsonpath (1.1.0)
multi_json
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -92,7 +92,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mini_portile2 (2.5.1)
minitest (5.14.2)
minitest (5.14.4)
multi_json (1.15.0)
multi_xml (0.6.0)
nenv (0.3.0)
Expand Down Expand Up @@ -152,12 +152,11 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
slop (4.8.2)
slop (4.9.0)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.1.0)
thread_safe (0.3.6)
tins (1.26.0)
sync
traject (3.5.0)
Expand All @@ -171,13 +170,13 @@ GEM
nokogiri (~> 1.9)
slop (~> 4.0)
yell
traject_plus (1.3.0)
traject_plus (2.0.0)
activesupport
deprecation
jsonpath
traject (~> 3.0)
tzinfo (1.2.8)
thread_safe (~> 0.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
Expand Down
2 changes: 1 addition & 1 deletion cob_web_index.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "traject", "~> 3.1"
spec.add_dependency "traject_plus", "~> 1.1"
spec.add_dependency "traject_plus", ">= 1.1", "< 3.0"
spec.add_dependency "httparty"
spec.add_runtime_dependency("gli", "~> 2.18")

Expand Down

0 comments on commit 1db772a

Please sign in to comment.