Skip to content
Snippets Groups Projects
Commit 664ae38f authored by Iain Bryson's avatar Iain Bryson
Browse files

Allow rails 5 as a dependency.

parent 96a0bb37
No related branches found
No related tags found
No related merge requests found
File added
......@@ -6,7 +6,7 @@ require "dtu-core/version"
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "dtu-core"
s.version = "0.0.9"
s.version = "0.2018.01"
s.authors = ["Iain Bryson"]
s.email = ["iain@iain-bryson.ca"]
s.homepage = "https://github.com/dtu-compute/dtu-core.git"
......@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]
s.add_dependency "rails", "~> 4.2.5"
s.add_dependency "rails", ">= 4.2.5"
s.add_dependency "dtu-auth2"
s.add_dependency "dtu-file-management"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment