Skip to content

Commit

Permalink
doorkeeper 5.4.0 bug
Browse files Browse the repository at this point in the history
Signed-off-by: progress <shravani.roy@progress.com>
  • Loading branch information
RoyShravani committed Aug 28, 2023
1 parent dfc035c commit 9f29911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/oc-id/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'nokogiri', '1.14.3'
gem 'pg', '>= 0.18', '< 2.0' # active_record 4.2.8 pins this but doesn't manifest this in the gemspec for some reason
gem 'mixlib-authentication', '>= 2.1', '< 4'
gem 'responders', '~> 3.0', '>= 3.0.1'
gem 'doorkeeper', '~> 5.4.0'
gem 'doorkeeper', '~> 5.0'
gem "sprockets-rails", ">= 3.4.2"
gem 'therubyracer', '~> 0.12.3'
gem 'bigdecimal', '3.1.3'
Expand Down
4 changes: 2 additions & 2 deletions src/oc-id/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ GEM
debug_inspector (1.1.0)
deep_merge (1.2.2)
diff-lcs (1.5.0)
doorkeeper (5.4.0)
doorkeeper (5.6.6)
railties (>= 5)
dry-configurable (1.0.1)
dry-core (~> 1.0, < 2)
Expand Down Expand Up @@ -609,7 +609,7 @@ DEPENDENCIES
chef (= 17.10.0)
coffee-rails (~> 5.0)
config (~> 4.1)
doorkeeper (~> 5.4.0)
doorkeeper (~> 5.0)
factory_girl_rails (~> 4.9.0)
jbuilder (~> 2.11)
jquery-rails
Expand Down

0 comments on commit 9f29911

Please sign in to comment.