Skip to content

Commit

Permalink
Merge pull request #72 from co-cddo/dependabot/bundler/nokogiri-1.16.2
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.15.2 to 1.16.2
  • Loading branch information
RobNicholsGDS authored Feb 21, 2024
2 parents a403c5e + 089f9ae commit ac86eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.2-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
pagy (6.5.0)
parallel (1.23.0)
Expand All @@ -157,7 +157,7 @@ GEM
public_suffix (5.0.1)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.6.2)
racc (1.7.3)
rack (2.2.7)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down
2 changes: 1 addition & 1 deletion spec/services/air_table_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

before do
stub_request(:get, url)
.with(headers: { "Authorization" => "Bearer #{described_class::API_KEY}" })
.with(headers: { "Authorization" => ["Bearer", described_class::API_KEY].select(&:present?).join(" ") })
.to_return(body: payload.to_json)
end

Expand Down

0 comments on commit ac86eef

Please sign in to comment.