diff options
author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-10-01 14:08:33 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-01 14:08:33 +0200 |
commit | 746da5ccdadc1eda6cd8772e7f3044bb525c1e1d (patch) | |
tree | 1797e26a5d53829fb284c9c0ba082aa00f0e9940 /Gemfile | |
parent | ac15c26c293e5bd79300ec7ace7b93d8812ff412 (diff) |
Bump ox from 2.9.2 to 2.10.0 (#8837)
Bumps [ox](https://github.com/ohler55/ox) from 2.9.2 to 2.10.0. - [Release notes](https://github.com/ohler55/ox/releases) - [Changelog](https://github.com/ohler55/ox/blob/master/CHANGELOG.md) - [Commits](https://github.com/ohler55/ox/compare/v2.9.2...v2.10.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 32c587476..c5421e371 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'nokogiri', '~> 1.8' gem 'nsa', '~> 0.2' gem 'oj', '~> 3.6' gem 'ostatus2', '~> 2.0' -gem 'ox', '~> 2.9' +gem 'ox', '~> 2.10' gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c' gem 'pundit', '~> 1.1' gem 'premailer-rails' |