mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Disable unnecessary or underused deps
This commit is contained in:
parent
ed5343c991
commit
e2f823e10f
1 changed files with 6 additions and 8 deletions
14
Gemfile
14
Gemfile
|
@ -3,8 +3,7 @@ source "https://rubygems.org"
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "redis-client"
|
gem "rails"
|
||||||
gem "rails", "~> 6.1"
|
|
||||||
|
|
||||||
# Required for Ruby 3.1
|
# Required for Ruby 3.1
|
||||||
# https://github.com/mikel/mail/pull/1439
|
# https://github.com/mikel/mail/pull/1439
|
||||||
|
@ -18,17 +17,16 @@ gem "after_commit_everywhere"
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "minitest"
|
gem "minitest"
|
||||||
gem "simplecov"
|
# gem "simplecov"
|
||||||
gem "codecov", require: false
|
# gem "codecov", require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem "standard", require: false
|
gem "standard", require: false
|
||||||
gem "pry"
|
# gem "pry"
|
||||||
gem "yalphabetize", require: false
|
# gem "yalphabetize", require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
group :load_test do
|
group :load_test do
|
||||||
gem "hiredis"
|
# gem "toxiproxy"
|
||||||
gem "toxiproxy"
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue