Skip to content

Commit

Permalink
fix: move dev depencies to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Boisard committed Jan 7, 2016
1 parent 32df84d commit ba9f2c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion gemfiles/activesupport3.2.gemfile
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 3.2.0"
gem "memcache-client"
gem "actionpack", "~> 3.2.0"

group :development do
Expand Down
1 change: 1 addition & 0 deletions rack-attack.gemspec
Expand Up @@ -32,4 +32,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'redis-activesupport'
s.add_development_dependency 'dalli'
s.add_development_dependency 'connection_pool'
s.add_development_dependency 'memcache-client'
end

0 comments on commit ba9f2c3

Please sign in to comment.