Skip to content

Commit

Permalink
allow rails 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulat committed Apr 17, 2017
1 parent ee03976 commit ebde0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
"LICENSE",
"README.markdown"
]
s.add_dependency("rails", "~> 4.0")
s.add_dependency("rails", "> 4.0")
s.add_dependency("jquery-rails", ">= 3.0")
s.add_dependency("jquery-ui-rails", ">= 4.2.2")
s.add_development_dependency("yard")
Expand Down

0 comments on commit ebde0b0

Please sign in to comment.