Gemfile in rlimiter-1.0.2 vs Gemfile in rlimiter-1.0.3

- old
+ new

@@ -3,5 +3,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gemspec gem 'redis' +gem 'simplecov', require: false, group: :test +gem 'timecop', require: false, group: :test \ No newline at end of file