diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-01 14:38:46 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-17 12:58:58 -0300 |
commit | bddb2f938cea11f31dc78f0c7bf9bb203ee3a4bd (patch) | |
tree | e164d2c3b6df2770bad9f393bffaffbe29c9dcdd /Gemfile | |
parent | a84176bada3e2519026f903f45251723332885c8 (diff) | |
download | gitlab-ce-bddb2f938cea11f31dc78f0c7bf9bb203ee3a4bd.tar.gz |
Add json-schema gem to test group
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -314,6 +314,7 @@ end group :test do gem 'shoulda-matchers', '~> 2.8.0', require: false gem 'email_spec', '~> 1.6.0' + gem 'json-schema', '~> 2.6.2' gem 'webmock', '~> 1.21.0' gem 'test_after_commit', '~> 0.4.2' gem 'sham_rack', '~> 1.3.6' |