From 1fbb12e2294f5cb7b91ce2170aa1b2a130729257 Mon Sep 17 00:00:00 2001 From: Dave Allie Date: Thu, 15 Jun 2017 11:36:49 +1000 Subject: [PATCH] Update gemspec as per warnings --- .gitignore | 1 + rails_console_commands.gemspec | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 03884b0..6e1acf7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /pkg/ /spec/reports/ /tmp/ +*.gem diff --git a/rails_console_commands.gemspec b/rails_console_commands.gemspec index e46f6e5..8cd0009 100644 --- a/rails_console_commands.gemspec +++ b/rails_console_commands.gemspec @@ -12,7 +12,6 @@ Gem::Specification.new do |spec| spec.email = ['dave@tanda.co'] spec.summary = 'Run rake/rails and test commands through the console' - spec.description = 'Run rake/rails and test commands through the console' spec.homepage = 'https://github.com/TandaHQ/rails_console_commands' spec.license = 'MIT' @@ -25,5 +24,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'rubocop', '~> 0.49' - spec.add_dependency 'rails', '>= 5' + spec.add_dependency 'rails', '~> 5' end