Skip to content

Commit

Permalink
build: update development gems
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Apr 17, 2019
1 parent 306d157 commit 6d1c968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ Performance:
Security:
Enabled: true

Lint:
Enabled: true

Style/BlockDelimiters:
Enabled: true

Expand Down
4 changes: 2 additions & 2 deletions rack-attack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest-stub-const", "~> 0.6"
s.add_development_dependency 'rack-test', "~> 1.0"
s.add_development_dependency 'rake', "~> 12.3"
s.add_development_dependency "rubocop", "0.58.2"
s.add_development_dependency "rubocop", "0.67.2"
s.add_development_dependency "timecop", "~> 0.9.1"

# byebug only works with MRI
if RUBY_ENGINE == "ruby"
s.add_development_dependency 'byebug', '~> 10.0'
s.add_development_dependency 'byebug', '~> 11.0'
end

# The following are potential runtime dependencies users may have,
Expand Down

0 comments on commit 6d1c968

Please sign in to comment.