Skip to content

Commit

Permalink
Cut version 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 7, 2021
1 parent ca645ab commit fab509c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MockRedis Changelog

### 0.27.2

* Switch `ruby2_keywords` gem from development dependency to runtime dependency

### 0.27.1

* Fix missing `ruby2_keywords` gem
Expand Down
2 changes: 1 addition & 1 deletion lib/mock_redis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
class MockRedis
VERSION = '0.27.1'
VERSION = '0.27.2'
end
3 changes: 2 additions & 1 deletion mock_redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4'

s.add_runtime_dependency 'ruby2_keywords'

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 fab509c

Please sign in to comment.