Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Aug 26, 2024
1 parent 4313e54 commit 191b6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PATH
specs:
esse-async_indexing (0.1.0.rc1)
background_job
esse (>= 0.3.4)
esse (>= 0.4.0.rc01)
multi_json

GEM
Expand Down
2 changes: 1 addition & 1 deletion esse-async_indexing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "esse", ">= 0.3.4"
spec.add_dependency "esse", ">= 0.4.0.rc1"
spec.add_dependency "multi_json", ">= 0.0.0"
spec.add_dependency "background_job", ">= 0.0.0"
spec.add_development_dependency "pry"
Expand Down

0 comments on commit 191b6d2

Please sign in to comment.