From ddb1fd9c7ed76d3e5d66f311fb47cfc19e231f15 Mon Sep 17 00:00:00 2001 From: Brandon Robins Date: Tue, 21 Nov 2017 01:12:07 -0600 Subject: [PATCH] Update gemspec --- calligraphy.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calligraphy.gemspec b/calligraphy.gemspec index fb55543..6f93e9f 100644 --- a/calligraphy.gemspec +++ b/calligraphy.gemspec @@ -16,5 +16,5 @@ Gem::Specification.new do |s| s.files = Dir['lib/**/*', 'LICENSE', 'README.md'] s.test_files = Dir['spec/**/*'] - s.add_dependency 'rails', '>= 5.0' + s.add_dependency 'rails', '~> 5.0' end