17 Commits

Author SHA1 Message Date
784543f32d
Release 1.1.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-08-14 16:17:27 +02:00
45a43ce73d
Update lockfile
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-14 15:46:35 +02:00
07e3b6ed54
Update dependencies, require Ruby 3.x
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-02 13:07:02 +02:00
Râu Cao
b57a8e8717
Update dependencies 2023-09-15 20:00:59 +02:00
ae5c02b7ed
Merge pull request #5 from 5apps/dependabot/bundler/nokogiri-1.10.8
Bump nokogiri from 1.10.4 to 1.10.8
2020-02-29 11:11:54 -05:00
dependabot[bot]
f4658f9df2
Update rake requirement from ~> 10.0 to ~> 13.0
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v10.5.0...v13.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-29 12:04:51 +00:00
dependabot[bot]
24792d3b15
Bump nokogiri from 1.10.4 to 1.10.8
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-25 11:38:44 +00:00
a014427848
Update nokogiri
Fixes a serious security vuln
2019-08-29 15:57:38 +02:00
6bfbc0809b Remove obsolete nitlink dep
Turns out we don't need to parse link headers after all.
2018-07-04 08:20:05 +02:00
909ff31b12 Downgrade faraday, because Ruby gems
We have unsolvable bundle conflicts in our Rails app with manifique,
because some high-profile gems still depends on old-af faraday versions
and explicitly forbid newer ones.
2018-07-04 08:16:49 +02:00
180dfc482e Switch to RSpec 2018-06-28 17:23:09 -07:00
3ccf26a578 Add guard
Broken for me currently. Somehow guard adds a --guard option flag to its
minitest command, but minitest won't have it.
2018-06-26 19:25:52 -07:00
fe2a9385d9 Colorize test output 2018-06-26 18:46:41 -07:00
bd6f74f09f Handle failed requests 2018-06-26 18:29:30 -07:00
adbee52e52 Fetch given URL 2018-06-26 17:50:44 -07:00
1b142006fa WIP first steps 2018-06-26 17:13:55 -07:00
a8c84035b4 Hello world 2018-06-26 13:03:33 -07:00