Skip to content

Commit 99444cc

Browse files
chore(deps): bump the rubygems group with 2 updates (#739)
* chore(deps): bump the rubygems group with 2 updates Bumps the rubygems group with 2 updates: [html2rss](https://github.com/html2rss/html2rss) and [base64](https://github.com/ruby/base64). Updates `html2rss` from `70540c7` to `6d9dcee` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@70540c7...6d9dcee) Updates `base64` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/ruby/base64/releases) - [Commits](ruby/base64@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: html2rss dependency-version: 6d9dcee4c786c27cd668ffd27045c5e874d07d57 dependency-type: direct:production dependency-group: rubygems - dependency-name: base64 dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubygems ... Signed-off-by: dependabot[bot] <[email protected]> * spec: change expected error * use different config for docker-test --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gil Desmarais <[email protected]>
1 parent ad9394c commit 99444cc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/html2rss/html2rss
3-
revision: 70540c7d2accdfab85fb52d3839b31a615ffe3b3
3+
revision: f4e080c7de7e54ec83453192c434e6e40b5db7ea
44
specs:
55
html2rss (0.17.0)
66
addressable (~> 2.7)
@@ -33,8 +33,8 @@ GEM
3333
addressable (2.8.7)
3434
public_suffix (>= 2.0.2, < 7.0)
3535
ast (2.4.3)
36-
base64 (0.2.0)
37-
bigdecimal (3.1.9)
36+
base64 (0.3.0)
37+
bigdecimal (3.2.0)
3838
byebug (12.0.0)
3939
climate_control (1.2.0)
4040
concurrent-ruby (1.3.5)
@@ -267,8 +267,8 @@ DEPENDENCIES
267267
CHECKSUMS
268268
addressable (2.8.7) sha256=462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232
269269
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
270-
base64 (0.2.0) sha256=0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507
271-
bigdecimal (3.1.9) sha256=2ffc742031521ad69c2dfc815a98e426a230a3d22aeac1995826a75dabfad8cc
270+
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
271+
bigdecimal (3.2.0) sha256=f220c34e07d98b04e02eb23193bee436fab9afcd551f43dce8837a1b4aa80762
272272
byebug (12.0.0) sha256=d4a150d291cca40b66ec9ca31f754e93fed8aa266a17335f71bb0afa7fca1a1e
273273
climate_control (1.2.0) sha256=36b21896193fa8c8536fa1cd843a07cf8ddbd03aaba43665e26c53ec1bd70aa5
274274
concurrent-ruby (1.3.5) sha256=813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ task :test do
5252
sh 'docker ps -a --filter name=html2rss-web-test'
5353

5454
Output.describe 'Generating feed from a html2rss-configs config'
55-
sh 'curl -f http://127.0.0.1:3000/dfs.de/pressemitteilungen.rss || exit 1'
55+
sh 'curl -f "http://127.0.0.1:3000/github.com/releases.rss?username=html2rss&repository=html2rss-web" || exit 1'
5656

5757
Output.describe 'Generating example feed from feeds.yml'
5858
sh 'curl -f http://127.0.0.1:3000/example.rss || exit 1'

spec/routes/auto_source_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def app = described_class
9494

9595
it 'responds with Error', :aggregate_failures do
9696
expect(response.status).to eq 422
97-
expect(response.body).to match(/Html2rss::Config::InvalidConfig/)
97+
expect(response.body).to match(/Html2rss::RequestService::UnknownStrategy/)
9898
end
9999
end
100100
end

0 commit comments

Comments
 (0)