Skip to content

Commit

Permalink
Merge pull request #1344 from dodona-edu/dependabot/bundler/recaptcha…
Browse files Browse the repository at this point in the history
…-5.1.1

Bump recaptcha from 5.1.0 to 5.1.1
  • Loading branch information
bmesuere authored Oct 2, 2019
2 parents c2f5817 + 66edf26 commit f0fb43f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gem 'jwt', '~> 2.2.1'

# contact mail form
gem 'mail_form', '~> 1.8.0'
gem 'recaptcha', '~> 5.1.0', require: 'recaptcha/rails'
gem 'recaptcha', '~> 5.1.1', require: 'recaptcha/rails'

# authorization
gem 'pundit', '~> 2.1.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ GEM
rb-inotify (0.10.0)
ffi (~> 1.0)
rb-readline (0.5.5)
recaptcha (5.1.0)
recaptcha (5.1.1)
json
ref (2.0.0)
regexp_parser (1.6.0)
Expand Down Expand Up @@ -472,7 +472,7 @@ DEPENDENCIES
rails-i18n (~> 6.0.0)
rails_server_timings (~> 1.0.8)
rb-readline (~> 0.5.5)
recaptcha (~> 5.1.0)
recaptcha (~> 5.1.1)
rouge (= 3.11.0)
rubocop-rails (~> 2.3.2)
rubyzip (~> 1.3.0)
Expand Down

0 comments on commit f0fb43f

Please sign in to comment.