Skip to content

Commit

Permalink
Added the responders gem
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 20, 2014
1 parent dec326e commit 2658d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem 'uglifier'
gem 'octicons-rails'
gem 'rack-canonical-host'
gem 'draper'
gem 'responders', '~> 2.0'

group :development do
gem 'i18n-tasks'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ GEM
rb-inotify (0.9.5)
ffi (>= 0.5.0)
request_store (1.1.0)
responders (2.0.2)
railties (>= 4.2.0.alpha, < 5)
rest-client (1.7.2)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
Expand Down Expand Up @@ -507,6 +509,7 @@ DEPENDENCIES
rails (= 4.2.0)
rails_12factor
rb-fsevent
responders (~> 2.0)
rspec-activemodel-mocks
rspec-collection_matchers
rspec-its
Expand Down

0 comments on commit 2658d7d

Please sign in to comment.