Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
apparently the ckeditor gem uses respond_to
Browse files Browse the repository at this point in the history
  • Loading branch information
tekniklr committed Dec 26, 2014
1 parent b9c87e2 commit 68792f4
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 @@ -12,6 +12,7 @@ gem 'haml'

gem "jquery-ui-rails"
gem "ckeditor"
gem 'responders', '~> 2.0' # apparently the ckeditor gem uses respond_to
gem "recaptcha", :require => "recaptcha/rails"

# needed for authentication
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
recaptcha (0.3.6)
responders (2.0.2)
railties (>= 4.2.0.alpha, < 5)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.9)
Expand Down Expand Up @@ -243,6 +245,7 @@ DEPENDENCIES
pry-rails
rails (~> 4.2.0)
recaptcha
responders (~> 2.0)
sass-rails
shoulda
taps
Expand Down

0 comments on commit 68792f4

Please sign in to comment.