Skip to content

Commit

Permalink
Dont install AS 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Apr 26, 2014
1 parent ce6a406 commit bd6b790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apn_sender.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency("connection_pool", [">= 0"])
s.add_dependency("activesupport", [">= 3.1"])
s.add_dependency("activesupport", [">= 3.1", "< 4.1.0"])
s.add_dependency("daemons")

s.files = Dir.glob("lib/**/*") + %w(CHANGELOG.md LICENSE README.md Rakefile)
Expand Down

0 comments on commit bd6b790

Please sign in to comment.