Skip to content

Commit

Permalink
Allow any version of rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
zbelzer committed Aug 7, 2020
1 parent c317dda commit 0e5e641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HornsAndHooves-moribus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

# specify any dependencies here; for example:
s.add_dependency "rails", "~> 5.2"
s.add_dependency "rails", "~> 5"
s.add_dependency "power_enum", ">= 2.7.0"
s.add_dependency "yard", ">= 0"

Expand Down

0 comments on commit 0e5e641

Please sign in to comment.