Relax Rails dependency to allow 5.1

This commit is contained in:
Grzesiek Kolodziejczyk
2017-05-18 11:39:18 +02:00
parent 25d8adaf8b
commit 8aeb9a6c70
8 changed files with 127 additions and 100 deletions

View File

@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,lib,vendor}/**/*"] + ["MIT-LICENSE", "Rakefile" ]
s.add_dependency "rails", ">= 3.1", "< 5.1"
s.add_dependency "rails", ">= 3.1", "< 5.2"
end