Skip to content

Commit 2061e82

Browse files
committed
updating chef gem
Signed-off-by: RoyShravani <[email protected]>
1 parent bf42d01 commit 2061e82

File tree

4 files changed

+110
-70
lines changed

4 files changed

+110
-70
lines changed

src/oc-id/Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
55
gem 'rails', '~> 7.0.8.1'
6-
gem 'chef', '17.10.0'
6+
gem 'chef', '17.10.163'
77
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
88
gem 'jbuilder', '~> 2.11'
99
gem 'jquery-rails'
@@ -21,6 +21,8 @@ gem 'doorkeeper', '~> 5.0'
2121
gem "sprockets-rails", ">= 3.4.2"
2222
gem 'bigdecimal', '3.1.3'
2323
gem 'veil', '~> 0.3.11'
24+
gem 'syslog'
25+
gem 'mutex_m'
2426

2527
gem 'omniauth-chef', '~> 0.4'
2628
gem 'tzinfo-data'

0 commit comments

Comments
 (0)