Skip to content

Commit

Permalink
Merge pull request #26 from Bogadon/master
Browse files Browse the repository at this point in the history
Relax rails dependency to allow >= 4
  • Loading branch information
celsodantas committed Apr 28, 2016
2 parents 268a9bc + a55e9e7 commit 5dbf9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protokoll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency("rails", "~> 4.0", "> 4.0")
s.add_dependency("rails", ">= 4.0")

s.add_development_dependency "sqlite3", '~> 1'
end

0 comments on commit 5dbf9c9

Please sign in to comment.