Skip to content

Commit 5293b84

Browse files
Move development dependencies to the Gemfile
...and make Rubocop happy
1 parent 29512a7 commit 5293b84

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in omnes.gemspec
66
gemspec
77

8+
gem "activejob"
89
gem "rake", "~> 12.0"
10+
gem "redcarpet", "~> 3.5"
911
gem "rspec", "~> 3.0"
1012
gem "rubocop", "~> 1.25", require: false
13+
gem "sidekiq", "~> 6.4"
14+
gem "yard", "~> 0.9"

omnes.gemspec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,4 @@ Gem::Specification.new do |spec|
3535
spec.bindir = "exe"
3636
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3737
spec.require_paths = ["lib"]
38-
39-
spec.add_development_dependency "activejob"
40-
spec.add_development_dependency "redcarpet", "~> 3.5"
41-
spec.add_development_dependency "sidekiq", "~> 6.4"
42-
spec.add_development_dependency "yard", "~> 0.9"
4338
end

0 commit comments

Comments
 (0)