Skip to content

Commit

Permalink
Update gemspec as per warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
daveallie committed Jun 15, 2017
1 parent c198827 commit 1fbb12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/pkg/
/spec/reports/
/tmp/
*.gem
3 changes: 1 addition & 2 deletions rails_console_commands.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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

0 comments on commit 1fbb12e

Please sign in to comment.