Skip to content

Commit 197bec6

Browse files
committed
Try removing all dev dependencies
1 parent d1a979d commit 197bec6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rack-attack.gemspec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,4 @@ Gem::Specification.new do |s|
4444
if RUBY_ENGINE == "ruby"
4545
s.add_development_dependency 'byebug', '~> 11.0'
4646
end
47-
48-
s.add_development_dependency "activesupport"
49-
# Fix activesupport Direct version requirement on connection_pool
50-
# can be removed once https://github.com/rails/rails/issues/56291 is ixed and released
51-
s.add_development_dependency "connection_pool", "~> 2.5"
5247
end

0 commit comments

Comments
 (0)