uses invisible_captcha 0.8.2
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -35,7 +35,7 @@ gem 'foundation-rails'
|
|||||||
gem 'foundation_rails_helper'
|
gem 'foundation_rails_helper'
|
||||||
gem 'acts_as_votable'
|
gem 'acts_as_votable'
|
||||||
gem 'ckeditor', '~> 4.1.5'
|
gem 'ckeditor', '~> 4.1.5'
|
||||||
gem 'invisible_captcha', git: 'https://github.com/markets/invisible_captcha'
|
gem 'invisible_captcha', '~> 0.8.2'
|
||||||
gem 'cancancan'
|
gem 'cancancan'
|
||||||
gem 'social-share-button', git: 'https://github.com/huacnlee/social-share-button.git', ref: 'e46a6a3e82b86023bc'
|
gem 'social-share-button', git: 'https://github.com/huacnlee/social-share-button.git', ref: 'e46a6a3e82b86023bc'
|
||||||
gem 'initialjs-rails', '0.2.0.1'
|
gem 'initialjs-rails', '0.2.0.1'
|
||||||
|
|||||||
11
Gemfile.lock
11
Gemfile.lock
@@ -7,13 +7,6 @@ GIT
|
|||||||
coffee-rails
|
coffee-rails
|
||||||
sass-rails
|
sass-rails
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/markets/invisible_captcha
|
|
||||||
revision: 344ce197b8e0761c037fd70a9937ce5e2f22f80a
|
|
||||||
specs:
|
|
||||||
invisible_captcha (0.8.1)
|
|
||||||
rails
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@@ -209,6 +202,8 @@ GEM
|
|||||||
terminal-table (>= 1.5.1)
|
terminal-table (>= 1.5.1)
|
||||||
initialjs-rails (0.2.0.1)
|
initialjs-rails (0.2.0.1)
|
||||||
railties (>= 3.1, < 5.0)
|
railties (>= 3.1, < 5.0)
|
||||||
|
invisible_captcha (0.8.2)
|
||||||
|
rails
|
||||||
jquery-rails (4.1.1)
|
jquery-rails (4.1.1)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
@@ -474,7 +469,7 @@ DEPENDENCIES
|
|||||||
groupdate
|
groupdate
|
||||||
i18n-tasks
|
i18n-tasks
|
||||||
initialjs-rails (= 0.2.0.1)
|
initialjs-rails (= 0.2.0.1)
|
||||||
invisible_captcha!
|
invisible_captcha (~> 0.8.2)
|
||||||
jquery-rails
|
jquery-rails
|
||||||
jquery-ui-rails
|
jquery-ui-rails
|
||||||
kaminari
|
kaminari
|
||||||
|
|||||||
Reference in New Issue
Block a user