Skip to content

Commit c3cf388

Browse files
authored
Merge pull request #38 from github/general-updates
General Updates
2 parents 4b76a33 + 4978eeb commit c3cf388

File tree

17 files changed

+95
-54
lines changed

17 files changed

+95
-54
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
name: runner / acceptance-tests
5858
strategy:
5959
matrix:
60-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
60+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
6161

6262
steps:
63-
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152.0
63+
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # pin@v1.175.1
6464
with:
6565
bundler-cache: true
6666
ruby-version: ${{ matrix.ruby }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v2
33+
uses: github/codeql-action/init@v3
3434
with:
3535
languages: ${{ matrix.language }}
3636

3737
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3838
# If this step fails, then you should remove it and run the build manually (see below)
3939
- name: Autobuild
40-
uses: github/codeql-action/autobuild@v2
40+
uses: github/codeql-action/autobuild@v3
4141
#- run: |
4242
# make bootstrap
4343
# make release
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v2
46+
uses: github/codeql-action/analyze@v3

.github/workflows/lint.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
18+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
1919

2020
steps:
2121
- name: checkout
2222
uses: actions/checkout@v4
2323

24-
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152.0
24+
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # pin@v1.175.1
2525
with:
2626
ruby-version: ${{ matrix.ruby }}
2727
bundler-cache: true
2828

29+
- name: bootstrap
30+
run: script/bootstrap
31+
2932
- run: bundle exec rubocop -c .rubocop.yml lib/ spec/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: checkout
2323
uses: actions/checkout@v4
2424

25-
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152.0
25+
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # pin@v1.175.1
2626
with:
2727
bundler-cache: true
2828

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]
18+
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0', '3.3.1' ]
1919

2020
steps:
2121
- name: checkout
2222
uses: actions/checkout@v4
2323

24-
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152.0
24+
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # pin@v1.175.1
2525
with:
2626
ruby-version: ${{ matrix.ruby }}
2727
bundler-cache: true
2828

29-
- run: script/test -d
29+
- name: bootstrap
30+
run: script/bootstrap
31+
32+
- run: script/test -d -k

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inherit_gem:
55
AllCops:
66
SuggestExtensions: false
77
DisplayCopNames: true
8-
TargetRubyVersion: 3.3.0
8+
TargetRubyVersion: 3.3.1
99
Exclude:
1010
- 'bin/*'
1111
- 'vendor/**/*'

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.3.1

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PATH
22
remote: .
33
specs:
4-
entitlements-app (0.3.3)
4+
entitlements-app (0.3.4)
55
concurrent-ruby (= 1.1.9)
6-
faraday (~> 2.0)
7-
net-ldap (~> 0.17)
6+
faraday (> 2.0, <= 2.7.10)
7+
net-ldap (~> 0.19)
88
octokit (~> 4.18)
99
optimist (= 3.0.0)
1010

@@ -39,7 +39,7 @@ GEM
3939
reline (>= 0.3.6)
4040
json (2.6.3)
4141
minitest (5.19.0)
42-
net-ldap (0.18.0)
42+
net-ldap (0.19.0)
4343
octokit (4.25.1)
4444
faraday (>= 1, < 3)
4545
sawyer (~> 0.9)

entitlements-app.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Gem::Specification.new do |s|
1515
s.executables = %w[deploy-entitlements]
1616

1717
s.add_dependency "concurrent-ruby", "= 1.1.9"
18-
s.add_dependency "faraday", "~> 2.0"
19-
s.add_dependency "net-ldap", "~> 0.17"
18+
s.add_dependency "faraday", "> 2.0", "<= 2.7.10"
19+
s.add_dependency "net-ldap", "~> 0.19"
2020
s.add_dependency "octokit", "~> 4.18"
2121
s.add_dependency "optimist", "= 3.0.0"
2222

lib/entitlements.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
require "erb"
2020
require "logger"
2121
require "ostruct"
22-
require "set"
2322
require "stringio"
2423
require "uri"
2524
require "yaml"

0 commit comments

Comments
 (0)