Skip to content

Commit

Permalink
Update the rails dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwan committed May 14, 2020
1 parent 1d705bf commit 0756b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-keyserver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "attr_encrypted"
spec.add_dependency "gpgme"
spec.add_dependency "mysql2", "~> 0.5"
spec.add_dependency "rails", "~> 5.1"
spec.add_dependency "rails", ">= 5.1"
spec.add_dependency "rake"
spec.add_development_dependency "sqlite3"
end

0 comments on commit 0756b16

Please sign in to comment.