bump responders
This commit is contained in:
parent
5f3b6533d9
commit
a4e8b1aca2
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -10,7 +10,7 @@ gem 'actionpack-action_caching'
|
|||
gem 'actionpack-page_caching'
|
||||
|
||||
# responders (class level)
|
||||
gem 'responders', '2.0.2'
|
||||
gem 'responders', '2.1.0'
|
||||
|
||||
# Appserver
|
||||
|
||||
|
|
|
|||
|
|
@ -549,8 +549,8 @@ GEM
|
|||
ref (1.0.5)
|
||||
remotipart (1.2.1)
|
||||
request_store (1.1.0)
|
||||
responders (2.0.2)
|
||||
railties (>= 4.2.0.alpha, < 5)
|
||||
responders (2.1.0)
|
||||
railties (>= 4.2.0, < 5)
|
||||
roxml (3.1.6)
|
||||
activesupport (>= 2.3.0)
|
||||
nokogiri (>= 1.3.3)
|
||||
|
|
@ -767,7 +767,7 @@ DEPENDENCIES
|
|||
rb-inotify (= 0.9.5)
|
||||
redcarpet (= 3.2.2)
|
||||
remotipart (= 1.2.1)
|
||||
responders (= 2.0.2)
|
||||
responders (= 2.1.0)
|
||||
roxml (= 3.1.6)
|
||||
rspec-instafail (= 0.2.5)
|
||||
rspec-rails (= 3.1.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue