Skip to content

Commit

Permalink
Add observer gem as a dependency (#200)
Browse files Browse the repository at this point in the history
* Add observer gem in order to eliminate deprecation warning
* Change version scope of gem to minor from patch
* Bundle the dependency.
  • Loading branch information
AaronRustad authored Mar 11, 2024
1 parent 825eaa2 commit 3725480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
retest (1.13.0)
listen (~> 3.9)
observer (~> 0.1)
string-similarity (~> 2.1)
tty-option (~> 0.1)

Expand All @@ -15,6 +16,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
minitest (5.15.0)
observer (0.1.2)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand Down
1 change: 1 addition & 0 deletions retest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "string-similarity", ["~> 2.1"]
spec.add_runtime_dependency "listen", ["~> 3.9"]
spec.add_runtime_dependency "tty-option", ["~> 0.1"]
spec.add_runtime_dependency "observer", ["~> 0.1"]
end

0 comments on commit 3725480

Please sign in to comment.