Skip to content

Commit

Permalink
Merge pull request #410 from betadots/updates
Browse files Browse the repository at this point in the history
Updates permissions for dependabot automerge, ordering of gemfile and simplify gemfile.lock platforms
  • Loading branch information
rwaffen authored Jul 19, 2024
2 parents e7f57a6 + 2192710 commit 5899cfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
- run: echo Test suite completed

dependabot:
permissions:
contents: write
name: 'Dependabot auto-merge'
needs:
- tests
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'bcrypt', '~> 3.1.20'

gem 'breadcrumbs_on_rails'
gem 'cancancan'
gem 'deep_merge', require: "deep_merge/core"
gem 'diffy'
gem 'faker'
gem 'friendly_id', '~> 5.5.1'
Expand All @@ -33,7 +34,6 @@ gem 'net-ldap', require: "net/ldap"
gem 'puppet'
gem 'puppetdb-ruby', require: 'puppetdb'
gem 'ruby-saml'
gem 'deep_merge', require: "deep_merge/core"

# To use retry middleware with Faraday v2.0+
gem 'faraday-retry'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,9 @@ GEM
zeitwerk (2.6.14)

PLATFORMS
arm64-darwin-22
arm64-darwin
ruby
x86_64-darwin-22
x86_64-darwin
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -532,7 +532,7 @@ DEPENDENCIES
web-console (>= 3.3.0)

RUBY VERSION
ruby 3.3.3p89
ruby 3.3.4p94

BUNDLED WITH
2.5.3

0 comments on commit 5899cfe

Please sign in to comment.