Skip to content

Commit

Permalink
Include ruby2_keywords gem in gemspec
Browse files Browse the repository at this point in the history
This fixes issues introduced by 5393610.
  • Loading branch information
sds committed Jan 7, 2021
1 parent 3015ab8 commit 6304902
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -9,6 +9,4 @@ gem 'overcommit', '0.53.0'
# Pin tool versions (which are executed by Overcommit) for Travis builds
gem 'rubocop', '0.82.0'

gem 'ruby2_keywords'

gem 'coveralls', require: false
1 change: 1 addition & 0 deletions mock_redis.gemspec
Expand Up @@ -26,5 +26,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'redis', '~> 4.2.0'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-its', '~> 1.0'
s.add_development_dependency 'ruby2_keywords'
s.add_development_dependency 'timecop', '~> 0.9.1'
end

0 comments on commit 6304902

Please sign in to comment.