Skip to content

Commit

Permalink
Merge pull request #2342 from chef/rajeshpaul38/merge-dependabot-pr/2341
Browse files Browse the repository at this point in the history
Rajeshpaul38/merge dependabot pr/2341
  • Loading branch information
saghoshprogress authored Nov 8, 2021
2 parents 6dd9adf + 502401d commit 4ca1978
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/supermarket/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rails", "~> 6.1.4"
gem "omniauth", "~> 2.0.0"
gem "omniauth-chef-oauth2"
gem "omniauth-github", "~> 2.0.0"
gem "omniauth-oauth2", "~> 1.7.1"
gem "omniauth-oauth2", "~> 1.7.2"
gem "omniauth-rails_csrf_protection"
gem "coderay" # markdown doc - syntax highlighting

Expand Down
13 changes: 7 additions & 6 deletions src/supermarket/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ GEM
activesupport (>= 5.0.0)
jmespath (1.4.0)
json (2.6.1)
jwt (2.2.3)
jwt (2.3.0)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
Expand Down Expand Up @@ -369,7 +369,7 @@ GEM
tomlrb (>= 1.2, < 3.0)
tty-box (~> 0.6)
tty-prompt (~> 0.20)
license_finder (6.14.1)
license_finder (6.14.2)
bundler
rubyzip (>= 1, < 3)
thor (~> 1.0.1)
Expand Down Expand Up @@ -422,7 +422,7 @@ GEM
net-sftp (3.0.0)
net-ssh (>= 5.0.0, < 7.0.0)
net-ssh (6.1.0)
newrelic_rpm (8.0.0)
newrelic_rpm (8.1.0)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
Expand Down Expand Up @@ -463,7 +463,7 @@ GEM
omniauth-github (2.0.0)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.7.1)
omniauth-oauth2 (1.7.1)
omniauth-oauth2 (1.7.2)
oauth2 (~> 1.4)
omniauth (>= 1.9, < 3)
omniauth-rails_csrf_protection (1.0.0)
Expand Down Expand Up @@ -778,7 +778,8 @@ GEM
wisper (2.0.1)
with_env (1.1.0)
wmi-lite (1.0.5)
xml-simple (1.1.8)
xml-simple (1.1.9)
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
yajl-ruby (1.4.1)
Expand Down Expand Up @@ -825,7 +826,7 @@ DEPENDENCIES
omniauth (~> 2.0.0)
omniauth-chef-oauth2
omniauth-github (~> 2.0.0)
omniauth-oauth2 (~> 1.7.1)
omniauth-oauth2 (~> 1.7.2)
omniauth-rails_csrf_protection
paperclip
pg
Expand Down
6 changes: 3 additions & 3 deletions src/supermarket/engines/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
builder (3.2.4)
chefstyle (2.1.1)
rubocop (= 1.22.2)
chefstyle (2.1.2)
rubocop (= 1.22.3)
coderay (1.1.3)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (1.22.2)
rubocop (1.22.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down

0 comments on commit 4ca1978

Please sign in to comment.