Skip to content

Commit

Permalink
Responders depends on actionpack
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Apr 28, 2017
1 parent 153f2c6 commit 9d13605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
responders (2.3.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)

GEM
Expand Down Expand Up @@ -77,4 +78,4 @@ DEPENDENCIES
responders!

BUNDLED WITH
1.13.7
1.14.6
1 change: 1 addition & 0 deletions responders.gemspec
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "railties", ">= 4.2.0", "< 5.3"
s.add_dependency "actionpack", ">= 4.2.0", "< 5.3"
end

0 comments on commit 9d13605

Please sign in to comment.