Skip to content

Commit

Permalink
Move development dependencies to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 12, 2022
1 parent b9d6958 commit 71c2deb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,7 @@ Style/HashTransformValues:

Style/SymbolProc:
Exclude:
- 'test/**/*'
- 'test/**/*'

Bundler/OrderedGems:
Enabled: false
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ gemspec
gem 'minitest'
gem 'rake'
gem 'rubocop', '~> 1.25.1'
gem 'mocha'
gem 'hiredis'

# Using jruby-openssl 0.10.0, we get NPEs in jruby tests: https://github.com/redis/redis-rb/issues/756
platform :jruby do
Expand Down
3 changes: 0 additions & 3 deletions redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,4 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- exe/*`.split("\n").map { |f| File.basename(f) }

s.required_ruby_version = '>= 2.5.0'

s.add_development_dependency("hiredis")
s.add_development_dependency("mocha")
end

0 comments on commit 71c2deb

Please sign in to comment.