Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Fix/v4 compatibility #16

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions simple-navigation-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_runtime_dependency "simple-navigation", ">= 4.0.0"
s.add_runtime_dependency "railties", ">= 3.1"
# thor dependencies assume the spurious warning messages bug will be fixed 19.5
s.add_runtime_dependency "thor", "0.19.1", "!=0.19.2", "!=0.19.3", "!=0.19.4"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably only be a development dependency.

end