Skip to content

Commit 1fbb12e

Browse files
committed
Update gemspec as per warnings
1 parent c198827 commit 1fbb12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
/pkg/
99
/spec/reports/
1010
/tmp/
11+
*.gem

rails_console_commands.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Gem::Specification.new do |spec|
1212
spec.email = ['[email protected]']
1313

1414
spec.summary = 'Run rake/rails and test commands through the console'
15-
spec.description = 'Run rake/rails and test commands through the console'
1615
spec.homepage = 'https://github.com/TandaHQ/rails_console_commands'
1716
spec.license = 'MIT'
1817

@@ -25,5 +24,5 @@ Gem::Specification.new do |spec|
2524
spec.add_development_dependency 'rake', '~> 10.0'
2625
spec.add_development_dependency 'rubocop', '~> 0.49'
2726

28-
spec.add_dependency 'rails', '>= 5'
27+
spec.add_dependency 'rails', '~> 5'
2928
end

0 commit comments

Comments
 (0)