1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 00:36:42 +01:00

Compare commits

...

6 Commits

Author SHA1 Message Date
132828483c
Merge pull request #164 from projekteuler/dependabot/bundler/sdoc-2.0.2
Bump sdoc from 2.0.0 to 2.0.2
2020-11-13 14:16:30 +01:00
0953f262a4
Merge pull request #165 from projekteuler/dependabot/bundler/bootsnap-1.5.1
Bump bootsnap from 1.5.0 to 1.5.1
2020-11-13 14:15:56 +01:00
96f8a151f0
Merge pull request #166 from projekteuler/dependabot/bundler/webmock-3.10.0
Bump webmock from 3.9.4 to 3.10.0
2020-11-13 14:15:18 +01:00
dependabot-preview[bot]
4e10a186f5
Bump webmock from 3.9.4 to 3.10.0
Bumps [webmock](https://github.com/bblimke/webmock) from 3.9.4 to 3.10.0.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.9.4...v3.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-13 05:59:06 +00:00
dependabot-preview[bot]
909ea52715
Bump bootsnap from 1.5.0 to 1.5.1
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.5.0...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-11 06:03:40 +00:00
dependabot-preview[bot]
6786767424
Bump sdoc from 2.0.0 to 2.0.2
Bumps [sdoc](https://github.com/zzak/sdoc) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/zzak/sdoc/releases)
- [Changelog](https://github.com/zzak/sdoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zzak/sdoc/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-10 06:04:50 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ gem 'turbolinks', '~> 5.2.1'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.10.1'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 2.0.0', group: :doc
gem 'sdoc', '~> 2.0.2', group: :doc
gem 'web-console', '~> 4.1.0', group: :development

View File

@ -62,7 +62,7 @@ GEM
execjs
bcrypt (3.1.16)
bindex (0.8.1)
bootsnap (1.5.0)
bootsnap (1.5.1)
msgpack (~> 1.0)
bootstrap (4.5.2)
autoprefixer-rails (>= 9.1.0)
@ -200,7 +200,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
sdoc (2.0.0)
sdoc (2.0.2)
rdoc (>= 5.0)
simplecov (0.18.1)
docile (~> 1.1)
@ -231,7 +231,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.9.4)
webmock (3.10.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
@ -265,7 +265,7 @@ DEPENDENCIES
rails-controller-testing
rails-i18n (~> 6.0.0)
sassc-rails (~> 2.1.2)
sdoc (~> 2.0.0)
sdoc (~> 2.0.2)
sqlite3 (~> 1.4.1)
turbolinks (~> 5.2.1)
tzinfo-data