Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Bump doorkeeper from 4.2.0 to 4.4.0 #1678

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "climate_control"
gem "clockwork", require: false
gem "daemons" # for delayed_job
gem "delayed_job_active_record", "~> 4.1.0"
gem "doorkeeper", "~> 4.2.0"
gem "doorkeeper", "~> 4.4.0"
gem "dotenv-rails", require: "dotenv/rails-now"
gem "draper"
gem "elasticsearch-dsl", "~> 0.1.3"
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ GEM
execjs
coffee-script-source (1.10.0)
colorize (0.7.7)
concurrent-ruby (1.0.2)
concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.2)
crass (1.0.4)
css_parser (1.6.0)
addressable
daemons (1.2.3)
Expand All @@ -163,7 +163,7 @@ GEM
delayed_job (>= 3.0, < 5)
diff-lcs (1.2.5)
docile (1.1.5)
doorkeeper (4.2.0)
doorkeeper (4.4.0)
railties (>= 4.2)
dotenv (2.1.0)
dotenv-rails (2.1.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
github-markdown
html-pipeline
htmlentities (4.3.4)
i18n (0.9.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
inherited_resources (1.6.0)
actionpack (>= 3.2, < 5)
Expand Down Expand Up @@ -302,7 +302,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.1.1)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.10)
Expand All @@ -320,15 +320,15 @@ GEM
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_mime (0.1.4)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
nenv (0.3.0)
newrelic_rpm (3.17.1.326)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
notiffany (0.1.0)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -385,7 +385,7 @@ GEM
activesupport (>= 3.0.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.8)
rack (1.6.11)
rack-attack (5.0.1)
rack
rack-contrib (1.4.0)
Expand Down Expand Up @@ -413,12 +413,12 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.8)
activesupport (>= 4.2.0.beta, < 5.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
Expand Down Expand Up @@ -519,11 +519,11 @@ GEM
climate_control (>= 0.0.3, < 1.0)
test_after_commit (1.0.0)
activerecord (>= 3.2)
thor (0.19.1)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.5)
timecop (0.8.1)
tzinfo (1.2.4)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
Expand Down Expand Up @@ -573,7 +573,7 @@ DEPENDENCIES
daemons
database_cleaner
delayed_job_active_record (~> 4.1.0)
doorkeeper (~> 4.2.0)
doorkeeper (~> 4.4.0)
dotenv-rails
draper
elasticsearch-dsl (~> 0.1.3)
Expand Down