diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-30 23:47:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 23:47:06 +0900 |
commit | 1d61af9a9a64afb0fa2c7cdd0b03cfe34d921b2a (patch) | |
tree | 8df921985bddb92c3b56c685a534f87321f864d4 /Gemfile | |
parent | b800cdc26ac4c9250b8e99d87b7c380960f9d313 (diff) |
Bump fabrication from 2.21.1 to 2.22.0 (#15966)
Bumps [fabrication](https://github.com/paulelliott/fabrication) from 2.21.1 to 2.22.0. - [Release notes](https://github.com/paulelliott/fabrication/releases) - [Changelog](https://github.com/paulelliott/fabrication/blob/master/Changelog.markdown) - [Commits](https://github.com/paulelliott/fabrication/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 4682275a0..5774bbdd3 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ gem 'json-ld-preloaded', '~> 3.1' gem 'rdf-normalize', '~> 0.4' group :development, :test do - gem 'fabrication', '~> 2.21' + gem 'fabrication', '~> 2.22' gem 'fuubar', '~> 2.5' gem 'i18n-tasks', '~> 0.9', require: false gem 'pry-byebug', '~> 3.9' |